1.我写的插件,为什么引入只能在main.js引入,才能用,我想同时实现在某个vue页面引入也能用。
import EnergyFlowChart from 'energy-flow-chart';
import 'energy-flow-chart/lib/energy-flow-chart.css';
Vue.use(EnergyFlowChart);
2.我做的这个组件为什么引入的时候还得单独引入样式,我想要个不用单独引入样式的,是不是我哪配置的有问题。
import 'energy-flow-chart/lib/energy-flow-chart.css';