Skip to content

Commit

Permalink
Merge branch 'release/1.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Nov 19, 2023
2 parents 1b89988 + 8a3493b commit dd11abc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdanpdan/quasar-play",
"version": "1.0.7",
"version": "1.0.8",
"description": "Playground for Quasar Framework",
"productName": "Quasar Play",
"author": {
Expand Down
13 changes: 13 additions & 0 deletions src/templates/QuasarSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

<q-space />

<q-btn
flat
dense
icon="refresh"
@click="onReload"
/>

<q-btn
flat
dense
Expand All @@ -21,3 +28,9 @@
/>
</q-bar>
</template>

<script setup lang="ts">
function onReload() {
location.reload();
}
</script>

0 comments on commit dd11abc

Please sign in to comment.