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 {
 | 
					"export default {
 | 
				
			||||||
  setup(__props, { expose }) {
 | 
					  setup(__props, { expose }) {
 | 
				
			||||||
  expose();
 | 
					  expose();
 | 
				
			||||||
 | 
				
			|||||||
@ -154,7 +154,6 @@ export {
 | 
				
			|||||||
  UnwrapRef,
 | 
					  UnwrapRef,
 | 
				
			||||||
  ShallowRef,
 | 
					  ShallowRef,
 | 
				
			||||||
  ShallowUnwrapRef,
 | 
					  ShallowUnwrapRef,
 | 
				
			||||||
  RefUnwrapBailTypes,
 | 
					 | 
				
			||||||
  CustomRefFactory,
 | 
					  CustomRefFactory,
 | 
				
			||||||
  ReactiveFlags,
 | 
					  ReactiveFlags,
 | 
				
			||||||
  DeepReadonly,
 | 
					  DeepReadonly,
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user