From: Evan You Date: Thu, 1 Apr 2021 22:11:04 +0000 (-0400) Subject: fix(compiler-sfc): fix wrong scopeId for nested ` + + + `, + { + inlineTemplate: true + } + ) + expect(content).toMatch(`return (_ctx, _cache`) + expect(content).not.toMatch(`_withId(`) + assertCode(content) + }) }) describe('with TypeScript', () => {