Cristiano Magro
2024-12-28 8480d4ef05d995ee67c1460cf273c899fa59e89c
commit | author | age
b8129d 1 <template>
CM 2   <img alt="Vue logo" src="./assets/logo.png">
3   <HelloWorld msg="Welcome to Your Vue.js App"/>
4 </template>
5
6 <script>
7 import HelloWorld from './components/HelloWorld.vue'
8
9 export default {
10   name: 'App',
11   components: {
12     HelloWorld
13   }
14 }
15 </script>
16
17 <style>
18 #app {
19   font-family: Avenir, Helvetica, Arial, sans-serif;
20   -webkit-font-smoothing: antialiased;
21   -moz-osx-font-smoothing: grayscale;
22   text-align: center;
23   color: #2c3e50;
24   margin-top: 60px;
25 }
26 </style>