Importing Vue components in TypeScript file

前端 未结 4 724
伪装坚强ぢ
伪装坚强ぢ 2020-12-16 15:50

I have been trying to use Vue.js with TypeScript and I came across this repo.

I faced issues here that I am getting error while importing Vue Single Component File f

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 15:53

    FYI, you can generate . d.ts file for your components by turn on declaration generate in tsconfig. json, copy them to the source dir, see what you've got!

提交回复
热议问题