From 7f7dcc9f7d9a036df366453e2bf228f29c0bef82 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 1 Apr 2021 18:11:04 -0400 Subject: [PATCH] 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', () => {