mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2025-08-23 16:14:51 +00:00
feat: init
This commit is contained in:
9
src/App.vue
Normal file
9
src/App.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
import Yys from './components/Yys.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<Yys />
|
||||
</main>
|
||||
</template>
|
Reference in New Issue
Block a user