Files
myprojplanet_vite/src/root/mypage/mypage.vue

13 lines
166 B
Vue
Raw Normal View History

2021-08-31 18:09:59 +02:00
<template>
<div>
Mia Pagina...
</div>
</template>
<script lang="ts" src="./mypage.ts">
</script>
<style lang="scss" scoped>
@import 'mypage.scss';
</style>