From e0cc6e726f4b09cf33aefac630c11ba71b363c19 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 17 Aug 2023 16:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=98=BE=E7=A4=BA=E7=9A=84=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.js b/src/main.js index 1141c827..8c76505e 100644 --- a/src/main.js +++ b/src/main.js @@ -77,6 +77,10 @@ SSO.init(() => { main() }) +Vue.prototype.global = { + emptyLine: '—' +} + function main () { new Vue({ router,