mirror of
https://github.com/kevin-DL/wails-vue-template.git
synced 2026-01-20 05:15:08 +00:00
Initial commit
This commit is contained in:
21
frontend/src/App.vue
Normal file
21
frontend/src/App.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup>
|
||||
import HelloWorld from './components/HelloWorld.vue'</script>
|
||||
|
||||
<template>
|
||||
<img id="logo" alt="Wails logo" src="./assets/images/logo-universal.png"/>
|
||||
<HelloWorld/>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
#logo {
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
margin: auto;
|
||||
padding: 10% 0 0;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-origin: content-box;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user