babel-plugin-transform-vue-jsx
babel-plugin-transform-vue-jsx copied to clipboard
babel plugin for vue 2.0 jsx
May be a duplicate of https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues/93 After configuring our `TsxComponent` class to properly allow babel to handle h auto-injection it appears that there is no actual injection happening in `.tsx`...
``` jsx {'2016-05-03' | customDateFilter("YYYY-MM-DD")} ``` ```customDateFilter``` is a filter,When I do, he does not work. Is there any other way?
xmlns:xlink attribute is considered "Identifier expected"
Hello All, Most of the resources and examples for this plug-in assume that the application we are using is a new application that supports NPM/Node or Yarn. In some cases,...
use `babel-plugin-transform-vue-jsx` to develop `.tsx ` component ,affected the size of the package from 100 lines to 9000 lines today project-url(https://github.com/zx-js/zx-util-ui) Please excuse my poor English (英文不好请见谅, 当在开发vue 的 tsx组件时,我使用了...
I have a component factory that use JSX. ``` export default userOptions => { ... return { functional: true, render: function(h, { data, props }) { return
I'm a little bit confused where this should be handles. Comming from vuetify-tsx, we have `` and the pagination object. There are some attributes: `pagination` or `pagination.sync` introduced by vuetify....
Hello everybody, Simple pull request to update all outdated (or not production ready) dependencies. 🚀 Regards,
Thanks for providing such a cool plugin but when I use this latest version(v4.0.1) with vue-cli 3.0-beta 6: 1. need to use `"presets": ["@babel/preset-env"]` **not** `"presets": ["env"]`. If not, you'll...
I am using Laravel and Vue, and to make JSX work, I use the following packages: ``` bash npm install @babel/plugin-syntax-jsx @vue/babel-plugin-transform-vue-jsx @vue/babel-helper-vue-jsx-merge-props --save-dev ``` Then I use this `.babelrc`...