Version 1.0.0 - Initialisation du depot
This commit is contained in:
14
src/App.vue
Normal file
14
src/App.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<router-view/>
|
||||
</template>
|
||||
<script setup>
|
||||
import { onMounted } from 'vue'
|
||||
import { useGlobalStore } from '@/stores/globalStore';
|
||||
const globalStore = useGlobalStore();
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
});
|
||||
console.log("Subsonics Chopin - App Vue Loaded");
|
||||
|
||||
</script>
|
Reference in New Issue
Block a user