add admin page and welcome page

This commit is contained in:
RockYang
2023-04-27 18:46:45 +08:00
parent 6409531ee4
commit 82d097cb4a
5 changed files with 331 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-html="content" id="content"></div>
<div style="padding: 20px;" v-html="content" id="content"></div>
</template>
<script>