0.1.9 • Published 12 months ago

@uni-helper/volar-plugin-uni-pages v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@uni-helper/volar-plugin-uni-pages

<route> 块 提供 IntelliSense

安装

pnpm add -D @uni-helper/volar-plugin-uni-pages

用法

// volar.config.js
const volarPluginUniPages = require('@uni-helper/volar-plugin-uni-pages')

module.exports = {
  plugins: [
    volarPluginUniPages(),
  ],
}