@netvlies/vue-sylius-bundle
Version:
A bundle of useful api calls / methods for your Sylius projects
20 lines (16 loc) • 380 B
JavaScript
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',
};
export default plugin;
//# sourceMappingURL=vue-sylius-bundle.esm.js.map