UNPKG

@netvlies/vue-sylius-bundle

Version:

A bundle of useful api calls / methods for your Sylius projects

24 lines (18 loc) 465 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var SyliusBundle = (function () { function SyliusBundle(config) { } return SyliusBundle; }()); var install = function (Vue, config) { if (config) { Vue.prototype.$sylius = new SyliusBundle(config); } }; var plugin = { install: install, version: '0.0.1', }; exports.default = plugin; //# sourceMappingURL=vue-sylius-bundle.common.js.map