Files
myprojplanet_vite/src/root_spec/home_kolibrilab/home_kolibrilab.vue
Surya Paolo 3c20038c68 Altro
2022-11-12 11:52:20 +01:00

25 lines
375 B
Vue
Executable File

<template>
<CMyPageElem
title="Home"
mypath="home"
>
<span>{{
setmeta({
title: '',
description: '',
keywords: '',
})
}}
</span>
</CMyPageElem>
</template>
<script lang="ts" src="./home_kolibrilab.ts">
</script>
<style lang="scss" scoped>
@import './home_kolibrilab.scss';
</style>