I just started nuxtjs today and I already can’t seem to render the template on my localhost, is something wrong?
<template>
<div>
<h1>Hi</h1>
</div>
</template>
<script>
export default {
name: 'IndexPage'
}
</script>
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I just started nuxtjs today and I already can’t seem to render the template on my localhost, is something wrong?
<template>
<div>
<h1>Hi</h1>
</div>
</template>
<script>
export default {
name: 'IndexPage'
}
</script>