perf: 规范script setup写法

This commit is contained in:
xiaoxian521
2022-11-16 00:40:13 +08:00
parent 867bbad1be
commit 49a9259f2e
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup lang="ts">
import { utils, writeFile } from "xlsx";
defineOptions({

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup lang="ts">
import { ref } from "vue";
import { default as vElTableInfiniteScroll } from "el-table-infinite-scroll";

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup lang="ts">
import type { ElTree } from "element-plus";
import { getDeptList } from "@/api/system";
import { handleTree } from "@pureadmin/utils";