diff --git a/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js b/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js index 652af73..a715166 100644 --- a/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +++ b/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js @@ -1817,7 +1817,8 @@ function parse$1(source, options = {}) { if (!templateBlock.attrs.src) { templateBlock.ast = compilerCore.createRoot(node.children, source); } - if (templateBlock.attrs.functional) { + // disabled by patch-package in gitlab as temporary migration + if (false && templateBlock.attrs.functional) { const err = new SyntaxError( `