vue-jsx-vapor
Version:
Convert Vue JSX to Vapor
10 lines (7 loc) • 331 B
JavaScript
var __vue_jsx_vapor_runtime = require("@vue-jsx-vapor/runtime");
Object.keys(__vue_jsx_vapor_runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return __vue_jsx_vapor_runtime[k]; }
});
});