zenglf
2023-09-28 8e75a78f55d60565eb48b25eafd4eb07939ce2cc
src/main.js
@@ -51,6 +51,24 @@
import { rules } from '@/utils/rules'
import * as echarts from 'echarts'
import qs from 'qs'
// import VCalendar from 'v-calendar'; // 引入日历插件
//
// Vue.use(VCalendar, {
//   componentPrefix: 'vc',
// });
//注入全局属性$message
import {message,notification } from 'ant-design-vue'
Vue.prototype.$message = message
Vue.prototype.$notification = notification
message.config({
})
notification.config({
  bottom:'20px',
  right:'100px'
})
// import 'echarts-liquidfill'
Vue.prototype.$echarts = echarts
Vue.prototype.$qs = qs