vscode-javascript-repl-docs icon indicating copy to clipboard operation
vscode-javascript-repl-docs copied to clipboard

Doesn't work on vue 3

Open MoazAlkharfan opened this issue 3 years ago • 0 comments

I'm getting the error: Error: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.

which is an error from vuejs and not from vue 3 as it already supports this situation

MoazAlkharfan avatar Sep 20 '22 08:09 MoazAlkharfan