hybridly
Version:
Solution to develop server-driven, client-rendered applications
17 lines (11 loc) • 417 B
JavaScript
;
const vue = require('@hybridly/vue');
Object.prototype.hasOwnProperty.call(vue, '__proto__') &&
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
Object.defineProperty(exports, '__proto__', {
enumerable: true,
value: vue['__proto__']
});
Object.keys(vue).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = vue[k];
});