doc: switch

This commit is contained in:
07akioni 2019-06-17 10:22:59 +08:00
parent 6dd3a69030
commit 2610f0554b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<n-switch v-model="active" /><br>
active: {{ active }}
<br>
<textarea rows="5"><n-switch /></textarea>
<textarea rows="5"><n-switch v-model="active" /><br></textarea>
<hr>
</div>
</template>

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.1.20",
"version": "0.1.22",
"description": "",
"main": "index.js",
"scripts": {