Skip to content

Commit

Permalink
feat: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed Sep 16, 2023
1 parent a3854cd commit 8e0ad39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ const options = ref<NotiOptions>({
<label for="hoverPause">hoverPause </label>
<input id="hoverPause" v-model="options.hoverPause" type="checkbox">
</div>

<div class="field-group">
<!-- closeOnClick -->
<label for="closeOnClick">closeOnClick </label>
<input id="closeOnClick" v-model="options.closeOnClick" type="checkbox">
</div>
</div>
</div>
</template>
Expand Down

0 comments on commit 8e0ad39

Please sign in to comment.