Files
newfreeplanet_OLD/src/root/home/home.vue

17 lines
211 B
Vue
Raw Normal View History

2021-08-31 18:09:59 +02:00
<template>
<q-page class="">
<h1>Inizio:</h1>
2021-10-08 00:38:22 +02:00
<CSkill>
</CSkill>
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>