From e508ee08e9e4f27435013ae39e26623276b0438a Mon Sep 17 00:00:00 2001 From: Tan Zhen Yong Date: Fri, 16 Jul 2021 03:45:23 +0800 Subject: [PATCH] chore: fix typo in inherit-attrs warning (#4094) --- packages/compiler-sfc/src/compileScript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-sfc/src/compileScript.ts b/packages/compiler-sfc/src/compileScript.ts index efe0c155..6016ae9f 100644 --- a/packages/compiler-sfc/src/compileScript.ts +++ b/packages/compiler-sfc/src/compileScript.ts @@ -151,7 +151,7 @@ export function compileScript( // TODO remove on 3.2 if (sfc.template && sfc.template.attrs['inherit-attrs'] === 'false') { warnOnce( - `experimetnal support for