mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化示例代码
This commit is contained in:
parent
f1f2982d0b
commit
f6ab8d4f9f
@ -55,25 +55,7 @@ function open() {
|
|||||||
label: "标签",
|
label: "标签",
|
||||||
prop: "label",
|
prop: "label",
|
||||||
component: {
|
component: {
|
||||||
name: "el-select",
|
name: "el-input"
|
||||||
options: [
|
|
||||||
{
|
|
||||||
label: "javascript",
|
|
||||||
value: 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "vue",
|
|
||||||
value: 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "html",
|
|
||||||
value: 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "css",
|
|
||||||
value: 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user