create-vite-app icon indicating copy to clipboard operation
create-vite-app copied to clipboard

Can't import vue in ts file.

Open liuweiGL opened this issue 4 years ago • 0 comments

image

Reproduce

  1. npm init vite-app my-project --template vue-ts
  2. cd my-project
  3. npm install
  4. code .
  5. open main.ts

#17

liuweiGL avatar Dec 18 '20 02:12 liuweiGL