Questions tagged [ant-design-vue]
39 questions
0
votes
1 answer
best way for vue ant design components usage
i use vue2 ant design library, and have many components with same
import Vue from "vue"
import select from "select"
Vue.use(select)
is the best way usage like this, or i should import all ant design ui in app.vue?

Дмитрий Фомин
- 89
- 5
0
votes
1 answer
Show rows in dynamic table based on a parameter in Vue.js
I have an ant design table in vue rendered dynamically based on a API data response(:data-source="table_deployenv_data"):
Columns are defined as…

demid
- 348
- 5
- 16
0
votes
1 answer
Including a standalone component in vue ant design steps
I want to use any design steps component and i wonder how i can include a standalone component from https://www.antdv.com/components/steps/

Gandalf
- 1
- 29
- 94
- 165
0
votes
1 answer
Ant Design Vue3 Editable Table Value Does Not Change
I have used the table component from the ant design, and right now I'm stuck on why this cannot work,
The reference link is:
https://2x.antdv.com/components/table-cn#components-table-demo-edit-cell
Here's the source code from the ant design about…

Alisa Zhang
- 61
- 1
- 4
0
votes
1 answer
babel-import-plugin doesn't seem to reduce ant-design-vue size after use nuxt build config
According to the doc Docs It was recommended to use the modularized antd in order to ensure optimization and reduce the app size. However, I tried using the exact code in my nuxt build config but the app size remains the same before and after…

Joshtom
- 86
- 9
0
votes
1 answer
$refs resetFields not a function AntDesign
I have a problem with reseting fields of my form.
I have a form. The user can adding another forms and another ...
If everything is OK, I would like to recording data in my DB and in my store AND reset all of inputs of my form. This is this last…

chtouk
- 303
- 4
- 13
0
votes
1 answer
How to write custom form component in Ant Design Vue 2x?
Ant Design Vue v1 provided a documented example for writing custom form components.
The same approach does not apply to version 2x.
How can a custom form component be implemented in AntDV 2x (vue 3) using useForm?

pymarco
- 7,807
- 4
- 29
- 40
0
votes
0 answers
antd vue3 tooltip not showing arrow
i'm trying to use the antd tooltip with vue3
prompt text

claud.io
- 1,523
- 3
- 15
- 30
-1
votes
2 answers
Ant Design Vue - Custom Header in Collapse Component
Hello I'am using Vue and Ant Design. So i pick Collapse Component from Ant Design: https://antdv.com/components/collapse/
My problem is that in Collapse.Panel there is a prop header which is string, but i need to put string in there (example:…

1haker
- 124
- 13