修正
This commit is contained in:
@ -4,7 +4,6 @@ import { invoke } from "@tauri-apps/api/core";
|
|||||||
import "element-plus/dist/index.css";
|
import "element-plus/dist/index.css";
|
||||||
import { h } from 'vue'
|
import { h } from 'vue'
|
||||||
import { ElNotification } from 'element-plus'
|
import { ElNotification } from 'element-plus'
|
||||||
import { tr } from "element-plus/es/locales.mjs";
|
|
||||||
const origin_data = ref({});
|
const origin_data = ref({});
|
||||||
const url = ref("");
|
const url = ref("");
|
||||||
const data = ref({});
|
const data = ref({});
|
||||||
@ -27,7 +26,6 @@ watch(url, async (newdata, olddata) => {
|
|||||||
|
|
||||||
|
|
||||||
async function greet() {
|
async function greet() {
|
||||||
// Learn more about Tauri commands at https://tauri.app/develop/calling-rust/
|
|
||||||
|
|
||||||
ifdata.value = false;
|
ifdata.value = false;
|
||||||
ElNotification({
|
ElNotification({
|
||||||
|
|||||||
Reference in New Issue
Block a user