mirror of https://github.com/vuejs/core.git
				
				
				
			test(runtime-vapor): pass raw props
This commit is contained in:
		
							parent
							
								
									ed954bcd33
								
							
						
					
					
						commit
						920b36490e
					
				| 
						 | 
				
			
			@ -18,7 +18,9 @@ import {
 | 
			
		|||
 | 
			
		||||
let removeComponentInstance = NOOP
 | 
			
		||||
beforeEach(() => {
 | 
			
		||||
  const reset = setCurrentInstance(createComponentInstance((() => {}) as any))
 | 
			
		||||
  const reset = setCurrentInstance(
 | 
			
		||||
    createComponentInstance((() => {}) as any, {}),
 | 
			
		||||
  )
 | 
			
		||||
  removeComponentInstance = () => {
 | 
			
		||||
    reset()
 | 
			
		||||
    removeComponentInstance = NOOP
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue