lecion

Results 1 issues of lecion

When Vue normalizeDirectives, it will call `getRawDirName` to get `rawName` that is as the unique key of the directive. `babel-plugin-transform-vue-jsx` does not handle it in a correct way. ```javascript function...