This commit is contained in:
parent
92b191668f
commit
d9513b4072
@ -9,6 +9,7 @@
|
|||||||
"module": "dist/index.esm.js",
|
"module": "dist/index.esm.js",
|
||||||
"unpkg": "dist/index.umd.js",
|
"unpkg": "dist/index.umd.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
"packageManager":"yarn@1.22.22",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
@ -267,5 +267,6 @@ function stepBack() {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
// asda
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -52,6 +52,13 @@ const widgets = ref([{
|
|||||||
title: '汉语字典',
|
title: '汉语字典',
|
||||||
desc: "汉语字典,初级版,期待升级。。。",
|
desc: "汉语字典,初级版,期待升级。。。",
|
||||||
show: true
|
show: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'test',
|
||||||
|
comp: null,
|
||||||
|
title: '',
|
||||||
|
desc: "",
|
||||||
|
show: true
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user