mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 01:12:17 +08:00 
			
		
		
		
	fix: v-slots should not import resolveDirective (#698)
This commit is contained in:
		| @@ -81,7 +81,7 @@ const parseDirectives = (params: { | ||||
|   } | ||||
|  | ||||
|   const shouldResolve = | ||||
|     !['html', 'text', 'model', 'models'].includes(directiveName) || | ||||
|     !['html', 'text', 'model', 'slots', 'models'].includes(directiveName) || | ||||
|     (isVModel && !isComponent); | ||||
|  | ||||
|   let modifiers = directiveModifiers; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user