1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

README更新;删除frontend项目

This commit is contained in:
2023-03-22 16:08:12 +08:00
parent de9ca02689
commit 8952bfc271
23 changed files with 38 additions and 21863 deletions

View File

@@ -1,5 +0,0 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>

View File

@@ -1,21 +0,0 @@
<template>
<div class="home">
<div>
<el-button type="primary">el-button</el-button>
<el-badge value="99" type="primary"></el-badge>
</div>
<HelloWorld msg="Welcome to Your Vue.js App" />
</div>
</template>
<script>
// @ is an alias to /src
import HelloWorld from '@/components/HelloWorld.vue'
export default {
name: 'HomeView',
components: {
HelloWorld
}
}
</script>

View File

@@ -1,16 +0,0 @@
<template>
<div class="not-found">
404 Not Found
</div>
</template>
<script>
export default {
name: 'NotFound',
components: {}
}
</script>
<style scoped>
</style>