Browse Source

build: test import sort2

Burt 2 năm trước cách đây
mục cha
commit
a1eecdeb38
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>