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]: semicolon parsing error

baiwusanyu-c opened this issue · comments

1.write a vcf as follows

export function App() {
  const id = ref('1');
  return vine`
    <div> app demo {{id}}</div>
  `
}

2.run the playground and get an error as follows
image