guhongwei 2 년 전
부모
커밋
289cc99286
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/frame/file-1.vue

+ 2 - 2
src/components/frame/file-1.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="file-1">
+  <div id="c-file">
     <el-row>
       <el-col :span="24" class="main">
         <el-form :model="form" ref="formRef" label-width="auto">
@@ -17,7 +17,7 @@
 </template>
 
 <script setup lang="ts">
-import CUpload from '@/components/frame/c-upload.vue';
+import CUpload from './c-upload.vue';
 import type { Ref } from 'vue';
 import { ref, toRefs } from 'vue';
 import type { FormInstance } from 'element-plus';