feat: trocando projeto para quasar/capacitor

This commit is contained in:
Amadeu José Andrade Junior
2025-01-12 23:41:55 -03:00
parent 93e5d4e853
commit d5071cf085
90 changed files with 8054 additions and 15161 deletions

View File

@@ -0,0 +1,11 @@
<template>
<router-view />
</template>
<script>
import { defineComponent } from 'vue';
export default defineComponent({
name: 'App'
});
</script>