From 81d7bc2d689696f3db86c5126e1e095f883ac466 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 5 Oct 2023 20:13:50 +1100 Subject: [PATCH] Fix vue templates --- v2/go.mod | 4 +++- v3/internal/templates/vue-ts/frontend/src/App.vue | 4 ++-- v3/internal/templates/vue/frontend/src/App.vue | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/v2/go.mod b/v2/go.mod index 60bf75abc..fb713b8cb 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,6 +1,8 @@ module github.com/wailsapp/wails/v2 -go 1.18 +go 1.21 + +toolchain go1.21.0 require ( github.com/Masterminds/semver v1.5.0 diff --git a/v3/internal/templates/vue-ts/frontend/src/App.vue b/v3/internal/templates/vue-ts/frontend/src/App.vue index fb679f1d5..9f88fe6d8 100644 --- a/v3/internal/templates/vue-ts/frontend/src/App.vue +++ b/v3/internal/templates/vue-ts/frontend/src/App.vue @@ -4,8 +4,8 @@ import HelloWorld from './components/HelloWorld.vue'