chore: fix build

This commit is contained in:
Evan You 2021-12-11 23:48:32 +08:00
parent fbd0fe9759
commit f4dcbbc7b9
3 changed files with 3 additions and 4 deletions

View File

@ -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 { "export default {
setup(__props, { expose }) { setup(__props, { expose }) {
expose(); expose();

View File

@ -154,7 +154,6 @@ export {
UnwrapRef, UnwrapRef,
ShallowRef, ShallowRef,
ShallowUnwrapRef, ShallowUnwrapRef,
RefUnwrapBailTypes,
CustomRefFactory, CustomRefFactory,
ReactiveFlags, ReactiveFlags,
DeepReadonly, DeepReadonly,

View File

@ -1,7 +1,7 @@
import { WritableComputedRef } from '@vue/reactivity' import { WritableComputedRef } from '@vue/reactivity'
import { expectType, ref, computed, Ref, ComputedRef } from './index' import { expectType, ref, computed, Ref, ComputedRef } from './index'
import 'vue/ref-macros' import 'vue/macros-global'
import { RefType, RefTypes } from 'vue/ref-macros' import { RefType, RefTypes } from 'vue/macros'
// wrapping refs // wrapping refs