提交 4ad84f3f 编写于 作者: fxy060608's avatar fxy060608

fix(mp-alipay): support sjs (#3527)

上级 baef92ee
......@@ -10,8 +10,8 @@ import MagicString from 'magic-string'
import { isElementNode, parseVue } from '../vite/utils/ast'
const BLOCK_RE = /<\/block>/
const WXS_LANG_RE = /lang=["|'](renderjs|wxs)["|']/
const WXS_ATTRS = ['wxs', 'renderjs']
const WXS_LANG_RE = /lang=["|'](renderjs|wxs|sjs)["|']/
const WXS_ATTRS = ['wxs', 'renderjs', 'sjs']
export function parseVueCode(code: string, isNVue = false) {
const hasBlock = BLOCK_RE.test(code)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册