【modify】使用ESLint格式化代码

This commit is contained in:
zer0Black
2023-03-01 09:33:58 +08:00
parent 694855ae8b
commit 63369b8b87
400 changed files with 42942 additions and 43132 deletions
+6 -6
View File
@@ -3,15 +3,15 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>
</style>
+6 -6
View File
@@ -3,15 +3,15 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>
</style>
+6 -6
View File
@@ -3,15 +3,15 @@
</template>
<script>
import ExceptionPage from './ExceptionPage'
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>
</style>
+19 -19
View File
@@ -14,27 +14,27 @@
</template>
<script>
import types from './type'
import types from './type'
export default {
name: "Exception",
props: {
type: {
type: String,
default: '404'
}
},
data() {
return {
config: types
}
},
methods: {
handleToHome () {
this.$router.push({ name: 'dashboard' })
}
export default {
name: 'Exception',
props: {
type: {
type: String,
default: '404'
}
},
data () {
return {
config: types
}
},
methods: {
handleToHome () {
this.$router.push({ name: 'dashboard' })
}
}
}
</script>
<style lang="less" scoped>
@@ -85,4 +85,4 @@
}
}
}
</style>
</style>
+1 -1
View File
@@ -16,4 +16,4 @@ const types = {
}
}
export default types
export default types