We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18d0d3 commit 56f959aCopy full SHA for 56f959a
playground/vue/TsImport.vue
@@ -5,6 +5,6 @@
5
</template>
6
7
<script setup lang="ts">
8
-import { foo } from '@/TsImportFile'
9
-import { foo as foo2 } from '/@/TsImportFile'
+import { foo } from '@/TsImportFile.js'
+import { foo as foo2 } from '/@/TsImportFile.js'
10
</script>
0 commit comments