From d4f9d51aeeb2ef5296b3ba37546d6e70f7728ab3 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Thu, 2 Jan 2025 16:59:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=9B=86=E7=BE=A4-=E8=87=AA=E5=8A=A8=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=BF=87=E5=9B=BD=E6=A0=87=E7=BA=A7=E8=81=94]=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=8C=BA?= =?UTF-8?q?=E5=88=86=E6=9C=AC=E5=B9=B3=E5=8F=B0=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/PlatformList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web_src/src/components/PlatformList.vue b/web_src/src/components/PlatformList.vue index 54e9d8c7d..736102e73 100755 --- a/web_src/src/components/PlatformList.vue +++ b/web_src/src/components/PlatformList.vue @@ -97,6 +97,7 @@ import uiHeader from '../layout/UiHeader.vue' import shareChannel from './dialog/shareChannel.vue' import platformEdit from './PlatformEdit.vue' import streamProxyEdit from "./dialog/StreamProxyEdit.vue"; +import Vue from "vue"; export default { name: 'app', @@ -121,7 +122,11 @@ export default { total: 0 }; }, - computed: {}, + computed: { + Vue() { + return Vue + }, + }, mounted() { this.initData(); this.updateLooper = setInterval(this.initData, 10000);