Skip to content

Commit

Permalink
chore: reproducing vueuse#3779
Browse files Browse the repository at this point in the history
  • Loading branch information
PhE committed Feb 8, 2024
1 parent 4f84d63 commit 57011c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/useFileSystemAccess/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ async function onSave() {
<button @click="res.open()">
Open
</button>
<button @click="res.updateData()">
Update
</button>
<button @click="res.create()">
New file
</button>
Expand Down

0 comments on commit 57011c4

Please sign in to comment.