Skip to content

Commit

Permalink
Update Settings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeLyn committed Sep 23, 2023
1 parent 953feb9 commit 13259b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
},
},
setup() {
return { store: globalStore(), svg: `<svg t="1695387099574" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5578" width="25" height="25"><path d="M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m0 128a298.666667 298.666667 0 1 0 0 597.333334 298.666667 298.666667 0 0 0 0-597.333334z" fill="#ffffff" fill-opacity=".05" p-id="5579"></path><path d="M813.696 813.696c166.613333-166.613333 166.613333-436.778667 0-603.392-166.613333-166.613333-436.778667-166.613333-603.392 0A64 64 0 0 0 300.8 300.8a298.666667 298.666667 0 1 1 422.4 422.4 64 64 0 0 0 90.496 90.496z" fill="#ffffff" p-id="5580"></path></svg>` };
return { store: globalStore() };
},
mounted() {
this.$http
Expand Down

0 comments on commit 13259b2

Please sign in to comment.