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?
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/