From 8e3a89c028290c181a8677313ee58d33bef67a99 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Mon, 15 May 2023 08:55:00 +0000 Subject: [PATCH] Mon May 15 08:55:00 UTC 2023 inscode --- package.json | 1 + src/App.vue | 180 +++++++++++++++++++++++++++++---------------------- 2 files changed, 105 insertions(+), 76 deletions(-) diff --git a/package.json b/package.json index 9b1b699..45e2112 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "axios": "^1.4.0", + "event-source-polyfill": "^1.0.31", "guess": "^1.0.2", "view-ui-plus": "^1.3.9", "vue": "^3.2.37" diff --git a/src/App.vue b/src/App.vue index e7ddfef..bae3ef7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,12 +8,7 @@
- + @@ -26,85 +21,118 @@
\ No newline at end of file -- GitLab