-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
I realize this is a preview but I just wanted to make you aware that fragments aren't working. If I try and add the following template
<template>
<h1>Hello, World!</h1>
<button @click="increment()">
Count: {{ state.count }} Double: {{state.double }}
</button>
</template>
I received the error error: The template root requires exactly one element (vue/valid-template-root) at src/components/HelloWorld.vue:3:3:
Metadata
Metadata
Assignees
Labels
No labels