UNPKG

address-client

Version:

地址管理前台组件

15 lines (13 loc) 331 B
import Vue from 'vue' import { all } from 'vue-client' import { system } from 'system-clients' import { sale } from 'sale-client' import address from 'src/address' export default function () { Vue.config.silent = false all() system() sale() address() require('../../src/bootstrap/less/bootstrap.less') }