Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
mya-ake committed Mar 26, 2019
1 parent b0bce59 commit 4b20ad9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion example/vue-cli/src/components/atoms/BaseInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@

```HTML
@playground
<BaseInput v-model="value" type="text" />
<template>
<BaseInput v-model="value" type="text" />
</template>
<script>
export default {
data() {
return {
value: '',
};
},
};
</script>

```

</docs>
Expand Down

0 comments on commit 4b20ad9

Please sign in to comment.