setup with script tag prop interface bug
Version
3.2.4
Reproduction link
https://github.com/AShuiCoder/sfc-vue3-ts
Steps to reproduce
src/components/app-loading/index.vue
import { IProps } from './type'
http://192.168.1.98:8081/#/city
What is expected?
can import interface from outside
What is actually happening?
can't import interface from outside
Duplicate of https://github.com/vuejs/vue-next/issues/4294