chore: 统一script标签的字段顺序
<script setup lang="ts">
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import { ComponentInternalInstance } from 'vue';
|
||||
import { ElForm } from 'element-plus';
|
||||
|
||||
Reference in New Issue
Block a user