This commit is contained in:
binbin_pan 2024-06-20 13:47:15 +08:00
parent d958d0b775
commit d915b9056a
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: true,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',

View File

@ -1,9 +1,9 @@
<template>
<div></div>
<!-- <router-link :to="url" target="_blank"></router-link> -->
</template>
<script>
</template>
<script>
export default {
data() {
return {
@ -31,4 +31,4 @@ export default {
},
},
}
</script>
</script>