优化web库的体积

This commit is contained in:
aixianling
2022-11-18 16:39:09 +08:00
parent 9fc84a5ebf
commit 4ac0d0b7d8
4 changed files with 26 additions and 42 deletions

View File

@@ -1,13 +0,0 @@
<template>
<router-view />
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>