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

23 lines
342 B
Vue
Raw Normal View History

2021-08-31 18:09:59 +02:00
<template>
<q-page class="">
<h1>Inizio:</h1>
2021-10-28 00:37:48 +02:00
<!--<CChartMap
title="Mappa"
subtitle="cartina..."
serie1="Serie 1"
>
</CChartMap>-->
<!--<CMapsEsempio></CMapsEsempio>-->
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>