feat: update docs

This commit is contained in:
Justineo
2020-09-22 11:06:13 +08:00
parent d64014f3b4
commit 468f6995c3
32 changed files with 1032 additions and 548 deletions

View File

@@ -8,8 +8,8 @@
@select="handleSelect"
/>
<veui-search-box
ui="strong"
v-model="value1"
ui="strong"
clearable
:suggestions="suggestions1"
replace-on-select
@@ -71,7 +71,7 @@ export default {
}
}
</script>
<style lang="less">
<style lang="less" scoped>
.veui-search-box {
margin-left: 1em;
}