chore: use explicit type import to avoid Rollup warning
This commit is contained in:
		
							parent
							
								
									e58277f6ea
								
							
						
					
					
						commit
						30c33af839
					
				@ -11,7 +11,7 @@ import {
 | 
				
			|||||||
  shallowCollectionHandlers,
 | 
					  shallowCollectionHandlers,
 | 
				
			||||||
  shallowReadonlyCollectionHandlers
 | 
					  shallowReadonlyCollectionHandlers
 | 
				
			||||||
} from './collectionHandlers'
 | 
					} from './collectionHandlers'
 | 
				
			||||||
import { UnwrapRefSimple, Ref, RawSymbol } from './ref'
 | 
					import type { UnwrapRefSimple, Ref, RawSymbol } from './ref'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const enum ReactiveFlags {
 | 
					export const enum ReactiveFlags {
 | 
				
			||||||
  SKIP = '__v_skip',
 | 
					  SKIP = '__v_skip',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user