perf(input): 新增 input 组件 input 事件
This commit is contained in:
@@ -283,7 +283,12 @@ export default {
|
||||
title: '单选框',
|
||||
subTitle: 'radio',
|
||||
path: '/zh-CN/components/radio',
|
||||
},
|
||||
},{
|
||||
id: 34,
|
||||
title: '输入框',
|
||||
subTitle: 'input',
|
||||
path: '/zh-CN/components/input',
|
||||
}
|
||||
]
|
||||
|
||||
const selected = ref(1)
|
||||
|
||||
@@ -6,7 +6,6 @@ import snippet from './snippet'
|
||||
import demo from './demo'
|
||||
import createContainer from './create-container'
|
||||
import preWrapper from './pre-wrapper'
|
||||
import type Token from 'markdown-it/lib/token'
|
||||
|
||||
const plugins = [
|
||||
vue({
|
||||
|
||||
@@ -182,6 +182,10 @@ const zhCN = [
|
||||
path: '/zh-CN/components/radio',
|
||||
component: () => import('../../docs/zh-CN/components/radio.md'),
|
||||
meta: { title: '单选框' },
|
||||
},{
|
||||
path: '/zh-CN/components/input',
|
||||
component: () => import('../../docs/zh-CN/components/input.md'),
|
||||
meta: { title: '输入框' },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user