Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 9a66cd6 commit 2c78bec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions examples/basic/pages/about/+Page.vue

This file was deleted.

5 changes: 0 additions & 5 deletions examples/basic/pages/about/+config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/pages/index/+Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { onBeforeUnmount, onMounted } from 'vue'
onMounted(() => {
const useToast = toastPlugin.useToast()
useToast.success('I am a Vue plugin!', {
useToast.success('I am a Vue plugin.', {
position: 'bottom',
duration: 0, // infinite
})
Expand Down

0 comments on commit 2c78bec

Please sign in to comment.