Files
salvato.newfreeplanet/src/root/home/home.vue

24 lines
338 B
Vue
Raw Normal View History

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