Vistas sección pedidos #77
|
@ -1,7 +1,3 @@
|
|||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useAppStore } from 'stores/app';
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
import { onBeforeMount } from 'vue';
|
||||
|
@ -9,3 +5,7 @@ const appStore = useAppStore();
|
|||
|
||||
onBeforeMount(() => appStore.init());
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Movemos la etiqueta script setup al principio del archivo
Modificado.
Commit:
b66c47955c