Compare commits
No commits in common. "648aa48f08cfe460d894bd33ea4fbb50bd8a0a89" and "90d1a983e0ae1d0126c90dc202b0705447fd1527" have entirely different histories.
648aa48f08
...
90d1a983e0
|
@ -6,7 +6,7 @@
|
|||
"dev": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint",
|
||||
"lib": "vue-cli-service build --target lib --dest lib packages/index.js"
|
||||
"lib": "vue-cli-service build --target lib packages/index.js"
|
||||
},
|
||||
"main": "./lib/myErpElement.umd.min.js",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// 导入button组件
|
||||
import mButton from './Button/index'
|
||||
import mButton1 from './Button1/index'
|
||||
import mButton from './Button/src/index'
|
||||
import mButton1 from './Button1/src/index'
|
||||
|
||||
// 组件列表
|
||||
const components = [
|
||||
|
@ -25,8 +25,5 @@ export default {
|
|||
install,
|
||||
}
|
||||
export {
|
||||
install,
|
||||
// 以下是具体的组件列表
|
||||
mButton,
|
||||
mButton1,
|
||||
install,mButton,mButton1
|
||||
}
|
Loading…
Reference in New Issue