When attempting to utilize the table component in the vue-ant
framework, I am facing an issue. I am only looking to import the table style, but when I try to import the table style using
import 'ant-design-vue/lib/table/style/css'
, it affects all elements from other components. Is there a way to apply that styling specifically to the table component only?
I attempted to import it into the <style>
tag, but I ran into some errors because the less
files require certain parameters from the javascript file.