Files
myprojplanet_vite/src/root/home/home.vue
Paolo Arena 5ae0518030 - CMyPopupEdit
- Star
- Insert and Edit
- Update quasar 3.2.4
2021-12-02 10:12:57 +01:00

23 lines
342 B
Vue
Executable File

<template>
<q-page class="">
<h1>Inizio:</h1>
<!--<CChartMap
title="Mappa"
subtitle="cartina..."
serie1="Serie 1"
>
</CChartMap>-->
<!--<CMapsEsempio></CMapsEsempio>-->
</q-page>
</template>
<script lang="ts" src="./home.ts">
</script>
<style lang="scss" scoped>
@import './home.scss';
</style>