Skip to content

Commit 56f959a

Browse files
committed
chore: revert TsImportFile resolve
1 parent c18d0d3 commit 56f959a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/vue/TsImport.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</template>
66

77
<script setup lang="ts">
8-
import { foo } from '@/TsImportFile'
9-
import { foo as foo2 } from '/@/TsImportFile'
8+
import { foo } from '@/TsImportFile.js'
9+
import { foo as foo2 } from '/@/TsImportFile.js'
1010
</script>

0 commit comments

Comments
 (0)