25 lines
375 B
Vue
Executable File
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>
|