xtz 533d54fcba fix bug | hace 4 años | |
---|---|---|
.. | ||
public | hace 4 años | |
src | hace 4 años | |
.env.development | hace 4 años | |
.env.production | hace 4 años | |
.env.test | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
babel.config.js | hace 4 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años | |
vue.config.js | hace 4 años | |
yarn.lock | hace 4 años |
install:yarn install
dev:yarn serve
build:yarn test/build
#version
<v-input
:list="list" // 组件内功能项列表
@search="search"> // 查询方法
</v-input>
{
placeholder: '', //
type: 'select', //
props: 'test', //
options: [ //
{
label: '第一项',
value: '1'
}
]
}