初始化项目

This commit is contained in:
18500206848
2024-02-02 14:51:50 +08:00
parent dc7051417b
commit 12664d0204
681 changed files with 1 additions and 142886 deletions

View File

@@ -1,28 +0,0 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: "app",
data () {
return {};
},
watch: {},
created () {
},
methods: {},
computed: {}
};
</script>
<style lang="scss">
#app {
width: 100%;
height: 100%;
/*overflow: hidden;*/
/*min-width: 1200px;*/
}
</style>