'Template not rendering nuxt
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>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
