lint code

This commit is contained in:
Pan
2019-03-08 18:43:26 +08:00
parent 3560fcacf9
commit 94a3d7be7e
115 changed files with 697 additions and 445 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div id="app">
<router-view/>
<router-view />
</div>
</template>
<script>
export default{
export default {
name: 'App'
}
</script>