Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
445 views
in Technique[技术] by (71.8m points)

vue.js - Vuestic Admin: How to import only selected components

I'm new to Vuestic Admin and I need to override some components to adjust styling and functionality. After analysing the code, I noticed that all the components are imported from a third-party plugin, Vuestic-UI.

What I'm doing is creating copies of the components I need from Vuestic-UI and use them directly inside Vuestic Admin in a custom folder. This is working, but I don't want all the boilerplate code from the other components, especially the CSS that's overriding my custom styles.

So my question is, how can I import/use only specific components in Vuestic Admin and remove all unnecessary component code/styles?

question from:https://stackoverflow.com/questions/65857824/vuestic-admin-how-to-import-only-selected-components

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...