JSPM

  • Created
  • Published
  • Downloads 279
  • Score
    100M100P100Q104981F
  • License MIT

Volar plugin for uni-pages route custom block in Vue SFC

Package Exports

  • @uni-helper/volar-service-uni-pages

Readme

@uni-helper/volar-service-uni-pages

仅支持 Volar v1,v2 支持受限,详见 vuejs/language-tools#4709

<route> 块提供智能提示和自动补全。

安装

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

用法

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

module.exports = {
  services: [
    volarServiceUniPages(),
  ],
}