We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566d9b7 commit cd3bab1Copy full SHA for cd3bab1
packages/babel-plugin-transform-vue-jsx/src/index.js
@@ -3,7 +3,7 @@ import { addDefault } from '@babel/helper-module-imports'
3
import kebabcase from 'lodash.kebabcase'
4
5
const xlinkRE = /^xlink([A-Z])/
6
-const rootAttributes = ['class', 'style', 'key', 'ref', 'refInFor', 'slot', 'scopedSlots', 'model']
+const rootAttributes = ['staticClass', 'class', 'style', 'key', 'ref', 'refInFor', 'slot', 'scopedSlots', 'model']
7
const prefixes = ['props', 'domProps', 'on', 'nativeOn', 'hook', 'attrs']
8
const domPropsValueElements = ['input', 'textarea', 'option', 'select']
9
const domPropsElements = [...domPropsValueElements, 'video']
0 commit comments