Altro
This commit is contained in:
24
src/root_spec/home_kolibrilab/home_kolibrilab.vue
Executable file
24
src/root_spec/home_kolibrilab/home_kolibrilab.vue
Executable 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>
|
||||
Reference in New Issue
Block a user