【update】全局为空时显示的状态

This commit is contained in:
fengchenchen
2023-08-17 16:35:14 +08:00
parent b26b0ccb2d
commit e0cc6e726f
+4
View File
@@ -77,6 +77,10 @@ SSO.init(() => {
main() main()
}) })
Vue.prototype.global = {
emptyLine: '—'
}
function main () { function main () {
new Vue({ new Vue({
router, router,