From ae2d197c050cdd4c5ea4d9cf352784553a5b8cf6 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Sat, 14 Jun 2025 17:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 44a6228..403a07f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,6 @@ import { invoke } from "@tauri-apps/api/core"; import "element-plus/dist/index.css"; import { h } from 'vue' import { ElNotification } from 'element-plus' -import { tr } from "element-plus/es/locales.mjs"; const origin_data = ref({}); const url = ref(""); const data = ref({}); @@ -27,7 +26,6 @@ watch(url, async (newdata, olddata) => { async function greet() { - // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ ifdata.value = false; ElNotification({