Appearance
详细可阅读《与服务端交互 - 接口请求》。
import api from '@/api' api.get() api.post()
基于 mitt 简单封装,使用方法请查阅官方文档。
import eventBus from '@/utils/eventBus' eventBus.on() eventBus.emit() eventBus.off()
基于 dayjs 简单封装,使用方法请查阅官方文档。
import dayjs from '@/utils/dayjs' dayjs()