uni-helper / vite-plugin-uni-pages

为 Vite 下的 uni-app 提供基于文件系统的路由
https://uni-helper.js.org/vite-plugin-uni-pages
MIT License
118 stars 16 forks source link

Volar不生效 #87

Closed yuanjinkunlou closed 1 year ago

yuanjinkunlou commented 1 year ago

描述问题

下载完依赖,重启vscode,在vue文件中还是没有route自定义块的提示

复现

image image

系统信息

System:
    OS: Windows 10 10.0.19045
    CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz    
    Memory: 16.50 GB / 31.83 GB
  Binaries:
    Node: 16.19.1 - ~\AppData\Local\pnpm\node.EXE
    npm: 8.19.3 - ~\AppData\Local\pnpm\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)
    Internet Explorer: 11.0.19041.1566

使用的包管理器

npm

核对

KeJunMao commented 1 year ago
<route lang="json"></route>

这个还是要手动写下的

KeJunMao commented 1 year ago

具体的 IntelliSense 需要配合 https://github.com/uni-helper/vite-plugin-uni-pages/tree/main/packages/volar 来使用

KeJunMao commented 1 year ago

https://github.com/uni-helper/vitesse-uni-app/blob/main/volar.config.js

参考这个,需要注意的是 volar-service-uni-pages 只支持了 volar 1.7.x+,由于 volar 的版本迭代特别快,改动又特别多 volar-plugins-uni-pages 已被弃用

yuanjinkunlou commented 1 year ago
<route lang="json"></route>

这个还是要手动写下的

那在<route lang="json"></route>中怎么做才能有类型提示

KeJunMao commented 1 year ago

https://github.com/uni-helper/vite-plugin-uni-pages/issues/87#issuecomment-1562468622