前端eslint调整

This commit is contained in:
piexlMax
2023-09-14 18:47:47 +08:00
parent 636204bbaf
commit a4f86354d3
64 changed files with 3302 additions and 1096 deletions

View File

@@ -6,16 +6,15 @@
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<script setup>
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
// element 2.3.8之前使用下面的语句
// import zhCn from 'element-plus/lib/locale/lang/zh-cn'
defineOptions({
name: 'App'
})
</script>
<style lang="scss">
@tailwind base;