chore: fix snapshot

This commit is contained in:
Evan You 2022-05-10 16:16:26 +08:00
parent b87dc06193
commit 8e31765fd3

View 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()),