creativetimofficial / ct-vue-argon-dashboard-pro

Vue Argon Dashboard Pro - Premium Bootstrap 5 Vuejs Admin Template
https://www.creative-tim.com/product/vue-argon-dashboard-pro
25 stars 7 forks source link

Element UI Select CSS Missing #17

Closed dejan7 closed 2 years ago

dejan7 commented 4 years ago

Element UI selects appear unstyled for me

image

                <base-input label="Simple select">
                    <el-select v-model="selects.simple" filterable
                               placeholder="Simple select">
                        <el-option v-for="option in selects.languages"
                                   :key="option.label"
                                   :label="option.label"
                                   :value="option.value">
                        </el-option>
                    </el-select>
                </base-input>

While browsing your demo site, i saw that the component is getting the style from some forms-tables.css file: https://demos.creative-tim.com/vue-argon-dashboard-pro/css/forms~tables.847108d3.css

However, i don't see any similiar file in the pack i downloaded.

What should i do?

Thanks

yevheniidehtiar commented 4 years ago

i guess you missed this:

"plugins": [
    [
      "component",
      {
        "libraryName": "element-ui",
        "styleLibraryName": "theme-chalk"
      }
    ]
  ]

in babel.config.js

sajadevo commented 2 years ago

Hi there,

We've updated the product to v3 which comes with a new look and a new base structure for more reusable components.

All the best Sajad

Web Developer @ Creative-Tim.com