chore: fix build
This commit is contained in:
parent
fbd0fe9759
commit
f4dcbbc7b9
@ -344,7 +344,7 @@ return { a }
|
||||
}"
|
||||
`;
|
||||
|
||||
exports[`SFC compile <script setup> binding analysis for destructur 1`] = `
|
||||
exports[`SFC compile <script setup> binding analysis for destructure 1`] = `
|
||||
"export default {
|
||||
setup(__props, { expose }) {
|
||||
expose();
|
||||
|
@ -154,7 +154,6 @@ export {
|
||||
UnwrapRef,
|
||||
ShallowRef,
|
||||
ShallowUnwrapRef,
|
||||
RefUnwrapBailTypes,
|
||||
CustomRefFactory,
|
||||
ReactiveFlags,
|
||||
DeepReadonly,
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { WritableComputedRef } from '@vue/reactivity'
|
||||
import { expectType, ref, computed, Ref, ComputedRef } from './index'
|
||||
import 'vue/ref-macros'
|
||||
import { RefType, RefTypes } from 'vue/ref-macros'
|
||||
import 'vue/macros-global'
|
||||
import { RefType, RefTypes } from 'vue/macros'
|
||||
|
||||
// wrapping refs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user