6 lines
84 B
Vue
6 lines
84 B
Vue
<template>
|
|
<div>
|
|
<h1> This will be the home page </h1>
|
|
</div>
|
|
</template>
|