修改项目名称

This commit is contained in:
zyj
2026-03-11 18:43:36 +08:00
parent 80c6f77772
commit d656876e11
24 changed files with 734 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import { ref, onMounted, onUnmounted } from 'vue'
import {GreetService} from "../../bindings/changeme";
import {GreetService} from "~~/bindings/wails3-nuxt4";
import {Events} from "@wailsio/runtime";
const name = ref('')