jsx-vue2 icon indicating copy to clipboard operation
jsx-vue2 copied to clipboard

fix: prevent inject duplicate h variable

Open workkk98 opened this issue 1 year ago • 1 comments

issues 297

I think this MR could do two things.

  1. if user defined h variable by himself and init is $createElement or arguments[0], plugin should not inject h agian.
  2. solve issues 297, two preset includes plugin,then h inject twice.

workkk98 avatar Oct 01 '22 09:10 workkk98