From: Evan You Date: Tue, 24 Nov 2020 20:28:35 +0000 (-0500) Subject: wip: support inherit-attrs="false" on sfc `` X-Git-Tag: v3.0.3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faed98972cfede5feb509adb95e76574e841fe46;p=thirdparty%2Fvuejs%2Fcore.git wip: support inherit-attrs="false" on sfc `` --- diff --git a/packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap b/packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap index 11658523ec..f925826c56 100644 --- a/packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap +++ b/packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap @@ -33,6 +33,27 @@ return { x } export const n = 1" `; +exports[`SFC compile + + `) + assertCode(content) + + const { content: content2 } = compile(` + + + `) + assertCode(content2) + }) + describe('