Start of web app
This commit is contained in:
@ -7,12 +7,12 @@
|
||||
|
||||
<script>
|
||||
// @ is an alias to /src
|
||||
import HelloWorld from "../components/HelloWorld.vue";
|
||||
import HelloWorld from '../components/HelloWorld.vue';
|
||||
|
||||
export default {
|
||||
name: "home",
|
||||
name: 'home',
|
||||
components: {
|
||||
HelloWorld
|
||||
}
|
||||
HelloWorld,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user