First Committ
This commit is contained in:
8
src/root/My404page/My404page.ts
Executable file
8
src/root/My404page/My404page.ts
Executable file
@@ -0,0 +1,8 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'My404page',
|
||||
setup() {
|
||||
return {}
|
||||
},
|
||||
})
|
||||
8
src/root/My404page/My404page.vue
Executable file
8
src/root/My404page/My404page.vue
Executable file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
Mia Pagina 404
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" src="./My404page.ts">
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user