fix(reactivity-transform): apply transform on exported variable declarations
fix #5298
This commit is contained in:
@@ -4,7 +4,7 @@ exports[`$ unwrapping 1`] = `
|
||||
"
|
||||
import { ref, shallowRef } from 'vue'
|
||||
let foo = (ref())
|
||||
let a = (ref(1))
|
||||
export let a = (ref(1))
|
||||
let b = (shallowRef({
|
||||
count: 0
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user