소스 검색

build: test import sort2

Burt 2 년 전
부모
커밋
a1eecdeb38
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/pages/index/index.vue

+ 2 - 1
src/pages/index/index.vue

@@ -9,10 +9,11 @@
 
 <script setup lang="ts" name="TestIndex">
 import { ref } from 'vue'
-import { fun } from '../../test/import-sort'
+import { fun, fun as yy } from '../../test/import-sort'
 
 const title = ref('Hello')
 fun()
+yy()
 </script>
 
 <style>