diff --git a/packages/plugin-vue/src/handleHotUpdate.ts b/packages/plugin-vue/src/handleHotUpdate.ts index af75add0..c831785f 100644 --- a/packages/plugin-vue/src/handleHotUpdate.ts +++ b/packages/plugin-vue/src/handleHotUpdate.ts @@ -276,12 +276,12 @@ function isEqualAst(prev?: t.Statement[], next?: t.Statement[]): boolean { 'leadingComments', 'trailingComments', 'innerComments', - // https://github.com/vuejs/core/issues/11923 - // avoid comparing the following properties of typeParameters - // as it may be imported from 3rd lib and complex to compare + // https://github.com/vuejs/core/issues/11923 + // avoid comparing the following properties of typeParameters + // as it may be imported from 3rd lib and complex to compare '_ownerScope', '_resolvedReference', - '_resolvedElements' + '_resolvedElements', ]) ) { return false