How to use the @vue/babel-helper-vue-jsx-merge-props function in @vue/babel-helper-vue-jsx-merge-props

To help you get started, we’ve selected a few @vue/babel-helper-vue-jsx-merge-props examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github xaboy / form-create / packages / core / dist / form-create.core.js View on Github external
render: function render() {
        var h = arguments[0];
        return h("form-create", _mergeJSXProps([{
          "ref": 'fc'
        }, {
          "props": this.$data
        }]));
      }
    });

@vue/babel-helper-vue-jsx-merge-props

Babel helper for Vue JSX spread

MIT
Latest version published 2 years ago

Package Health Score

68 / 100
Full package analysis

Popular @vue/babel-helper-vue-jsx-merge-props functions

Similar packages