From 07b29a6a3d9818af1fd254a6e27cecdb827435cf Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 16 Sep 2024 09:29:19 +0800 Subject: [PATCH] chore: format --- packages/plugin-vue/src/handleHotUpdate.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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