PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
assets
/
js
import CreateOrder from './components/CreateOrderComponent' import {BModal, VBModal} from 'bootstrap-vue'; import Vue from 'vue'; Vue.component('b-modal', BModal); Vue.directive('b-modal', VBModal); Vue.component('create-order', CreateOrder); /** * This let us access the `__` method for localization in VueJS templates * ({{ __('key') }}) */ Vue.prototype.__ = key => { return _.get(window.trans, key, key); }; Vue.filter('formatPrice', function (value) { return parseFloat(value).toFixed(2); }) new Vue({ el: '#main-order', });
[-] customer.js
[edit]
[-] bulk-import.js
[edit]
[-] order-create.js
[edit]
[-] ecommerce-product-attributes.js
[edit]
[+]
..
[-] discount.js
[edit]
[-] order-incomplete.js
[edit]
[+]
components
[-] utilities.js
[edit]
[-] shipment.js
[edit]
[-] product-category.js
[edit]
[-] avatar.js
[edit]
[-] review.js
[edit]
[-] setting.js
[edit]
[-] cropper.js
[edit]
[-] change-product-swatches.js
[edit]
[-] dashboard-widgets.js
[edit]
[-] order.js
[edit]
[-] edit-product.js
[edit]
[-] flash-sale.js
[edit]
[-] currencies.js
[edit]
[+]
front
[-] payment-method.js
[edit]
[-] store-locator.js
[edit]
[-] shipping.js
[edit]
[-] report-filter.js
[edit]
[-] report.js
[edit]