UNPKG

@uni-helper/uni-app-types

Version:
11 lines (9 loc) 275 B
const nativeTags = ["block", "component", "template", "slot"]; const volarPlugin = () => ({ version: 2, resolveTemplateCompilerOptions(options) { options.isNativeTag = (tag) => nativeTags.includes(tag); return options; } }); export { volarPlugin as default };