This commit is contained in:
Surya Paolo
2022-11-12 11:52:20 +01:00
parent f3a2f2491e
commit 3c20038c68
79 changed files with 7630 additions and 37 deletions

View File

@@ -0,0 +1,24 @@
<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>