Vue 3.* no support or bug

Hi, I’m trying to embed builder pages to Vue3 project like so →

<template>
  <RenderContent
    model="categories"
  />
</template>
<script>

import { RenderContent } from '@builder.io/vue'

export default {
  components: { RenderContent }
}

</script>

Builder init in my App.ts file.
With no success, this error always appears.

And for some reason in Vue2 my custom javascript from pages doesn’t work, hence no data loading and no logs in console.

Is it better to use React for builder?

Hi, thanks for reaching out! We currently don’t support Vue3, but we love when ours users collaborate and send PRs to make the improvements they’re looking for. Feel free to send us a PR here!

Is vue 3 still unsupported?

Hi @s937717, it’s still in beta and we are hoping to release better support late December/early 2022.