修改类库

This commit is contained in:
wuyanwen
2019-12-27 09:51:48 +08:00
parent 201cb455f5
commit b94800033f
5 changed files with 43 additions and 2 deletions

View File

View File

@@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: 'index'
}
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: 'login'
}
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: 'operate'
}
</script>
<style scoped>
</style>