]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix snapshot
authorEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 08:16:26 +0000 (16:16 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 08:16:26 +0000 (16:16 +0800)
packages/reactivity-transform/__tests__/__snapshots__/reactivityTransform.spec.ts.snap

index a99420a34947f3115228dfd454aa62baa55c2369..0251a2f5d175acba387609561133e3a4b38e353d 100644 (file)
@@ -85,7 +85,7 @@ exports[`handle TS casting syntax 1`] = `
 exports[`macro import alias and removal 1`] = `
 "import { ref as _ref, toRef as _toRef } from 'vue'
 
-
+    
 
     let a = _ref(1)
     const __$temp_1 = (useMouse()),