Fix vue templates

This commit is contained in:
Lea Anthony 2023-10-05 20:13:50 +11:00
commit 81d7bc2d68
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
3 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -4,8 +4,8 @@ import HelloWorld from './components/HelloWorld.vue'
<template>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src="/vite.svg" class="logo" alt="Vite logo" />
<a href="https://wails.io" target="_blank" rel="noreferrer">
<img src="/wails.png" class="logo" alt="Wails Logo" />
</a>
<a href="https://vuejs.org/" target="_blank">
<img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />

View file

@ -4,8 +4,8 @@ import HelloWorld from './components/HelloWorld.vue'
<template>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src="/vite.svg" class="logo" alt="Vite logo" />
<a href="https://wails.io" target="_blank" rel="noreferrer">
<img src="/wails.png" class="logo" alt="Wails Logo" />
</a>
<a href="https://vuejs.org/" target="_blank">
<img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />