webpack打包组件库问题
打包的组件库就一个js,引用会报错ReferenceError: exports is not defined其中webpack主要代码是 webpackConfig.module .rule('js') .test(/\.([jt])s…
组件库开发,less变量覆盖切换主题
我使用vue-cli4开发了一套组件库,想让它能够像iview一样能够通过覆写主题变量的方式换主题。vue.config.js和less该怎么配置别人安装依赖后可以通过le…
Serverless Framework component 安装报错?
Serverless Framework 报错 "component" input is requires to run custom methods 如何处理?…
手动new Vue.component('MyComponent'),如何指定要插入到到MyComponent中的slot呢?
组件MyComponent.vue中提供了三个插槽位置,分别是header、body、footer 通过正常的调用方式的话就是直接 <my-compnent> <div slot="header"&g…
vue使用element-ui的组件自定义宽高问题
组件没有提供设置宽高接口的情况下,要自己改变宽高怎么办? 目前的办法是在初始化全局变量的scss文件中使用important覆盖重置,觉得不合理,若此组…
- 共 1 页
- 1