added editor

new-ui
Thomas 2 years ago
parent 9e92c80973
commit 4544aff3c7

@ -0,0 +1,9 @@
<script setup lang="ts">
</script>
<template>
Hi
</template>
<style></style>

@ -12,6 +12,11 @@ const routes = [
name: 'Scratch',
component: () => import(/* webpackChunkName: "scratch" */ './pages/Scratch.vue'),
},
{
path: '/editor',
name: 'Editor',
component: () => import('./pages/Editor.vue'),
},
]
const router = createRouter({

Loading…
Cancel
Save