oxc/crates/oxc_linter/fixtures/import/vue/main.vue

3 lines
62 B
Vue

<script setup lang="ts">
import * as vue from 'vue'
</script>