update:更新格式化配置
This commit is contained in:
+4
-6
@@ -1,11 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import index from './views/index.vue'
|
||||
import index from './views/index.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<index/>
|
||||
<index />
|
||||
</template>
|
||||
<style lang="less" src="./assets/less/index.less">
|
||||
</style>
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
<style lang="less" src="./assets/less/index.less"></style>
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user