Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 11, 2021
1 parent fbd0fe9 commit f4dcbbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Expand Up @@ -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();
Expand Down
1 change: 0 additions & 1 deletion packages/runtime-core/src/index.ts
Expand Up @@ -154,7 +154,6 @@ export {
UnwrapRef,
ShallowRef,
ShallowUnwrapRef,
RefUnwrapBailTypes,
CustomRefFactory,
ReactiveFlags,
DeepReadonly,
Expand Down
4 changes: 2 additions & 2 deletions test-dts/refTransformMacros.test-d.ts
@@ -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

Expand Down

0 comments on commit f4dcbbc

Please sign in to comment.