Files
myprojplanet_vite/src/root/home/home.vue

14 lines
183 B
Vue
Raw Normal View History

2021-08-31 18:09:59 +02:00
<template>
<q-page class="">
<h1>Inizio:</h1>
2021-08-31 18:09:59 +02:00
</q-page>
</template>
<script lang="ts" src="./home.ts">
</script>
<style lang="scss" scoped>
@import './home.scss';
</style>