update versions

This commit is contained in:
Thomas Peetz
2025-08-07 22:03:37 +02:00
parent 68b4bbb979
commit 0810ca8d50
2 changed files with 30 additions and 53 deletions
-29
View File
@@ -1,32 +1,5 @@
<<<<<<< HEAD
<template>
<img alt="Vue logo" src="./assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</template>
<script>
import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'App',
components: {
HelloWorld
}
}
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
=======
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
@@ -34,7 +7,6 @@ import HelloWorld from './components/HelloWorld.vue'
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
<nav>
<RouterLink to="/">Home</RouterLink>
@@ -107,6 +79,5 @@ nav a:first-of-type {
padding: 1rem 0;
margin-top: 1rem;
}
>>>>>>> 032536c (setup Example Vue app)
}
</style>