leijun #3
|
@ -7,7 +7,7 @@ npm install
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
```
|
```
|
||||||
npm run serve
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
|
|
|
@ -23,7 +23,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
||||||
export default {
|
export default {
|
||||||
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装
|
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装
|
||||||
install,
|
install,
|
||||||
// 以下是具体的组件列表
|
|
||||||
mButton,
|
|
||||||
mButton1,
|
|
||||||
}
|
}
|
||||||
|
export {
|
||||||
|
install,mButton,mButton1
|
||||||
|
}
|
Loading…
Reference in New Issue