集成 prettier 插件, 新增 npm run lint:prettier 命令
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
</template>
|
||||
|
||||
<script setup name="LayLine" lang="ts">
|
||||
import { defineProps } from 'vue'
|
||||
import { defineProps } from "vue";
|
||||
|
||||
const props = defineProps<{
|
||||
theme?: string
|
||||
}>()
|
||||
theme?: string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user