@uni-helper/volar-service-uni-pages
v0.2.28
Published
Volar plugin for uni-pages route custom block in Vue SFC
Downloads
1,422
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(),
],
}