This commit is contained in:
yanran200730
2023-08-08 11:21:15 +08:00
parent 3b1de45fbf
commit e2e0543e0b
3 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ dayjs.extend(relativeTime)
Vue.prototype.$dayjs = dayjs
Object.keys(utils).forEach(v => Vue.prototype[`$${v}`] = utils[v])
Vue.prototype.$http = instance
new Vue({