vue-vine / vue-vine

Another style of writing Vue components.

Home Page:https://vue-vine.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]: The vcf reports an error with spaces or newlines in the first line

baiwusanyu-c opened this issue · comments

  1. write a vcf as follows

export function App() {
  return vine`
   <div>app demo</div>
  `
}
  1. run the playground and get an error as follows