Files
myprojplanet_vite/src/root/home/home.vue
2021-10-08 00:38:22 +02:00

17 lines
211 B
Vue
Executable File

<template>
<q-page class="">
<h1>Inizio:</h1>
<CSkill>
</CSkill>
</q-page>
</template>
<script lang="ts" src="./home.ts">
</script>
<style lang="scss" scoped>
@import './home.scss';
</style>