Compare commits
No commits in common. "90d1a983e0ae1d0126c90dc202b0705447fd1527" and "a2f77bd3fe9460b6699ccec9b9cc744fccdf83f3" have entirely different histories.
90d1a983e0
...
a2f77bd3fe
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myErpElement",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.3",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// 导入button组件
|
||||
import mButton from './Button/src/index'
|
||||
import mButton1 from './Button1/src/index'
|
||||
import mButton from './Button/src/index.vue'
|
||||
import mButton1 from './Button1/src/index.vue'
|
||||
|
||||
// 组件列表
|
||||
const components = [
|
||||
|
|
Loading…
Reference in New Issue