global.js 249 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 import rules from "./rules" import request from "@/api" import * as echarts from "echarts" export default { install (Vue, options) { Vue.prototype.$echarts = echarts Vue.prototype.$request = request Vue.prototype.$rules = rules } }