Skip to content

Commit

Permalink
The workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
seahindeniz committed Aug 2, 2022
1 parent b248f47 commit 2618789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.vue
Expand Up @@ -5,9 +5,10 @@

<script>
import { mapActions, mapState } from 'pinia';
import { defineComponent } from 'vue'
import useCommonStore from './store/common';
export default {
export default defineComponent({
name: 'App',
data() {
Expand All @@ -30,7 +31,7 @@ export default {
this.setVisibility(!this.visibility)
},
},
}
});
</script>

<style scoped>
Expand Down

0 comments on commit 2618789

Please sign in to comment.