search

Home  >  Q&A  >  body text

Combine Vue within Vue components to render HTML

I'm trying to upgrade a project from Vue 2 to Vue 3, where I have a component that contains a collection of different Vue components.

The way it works in Vue 2 is to call the Twig template in Twig (eg: field.twig) and send it to Vue for compilation using the :is attribute and the Vue.compile method (<div : is"compile(element.content)...").

This is what the Twig template sends to Vue.

P粉193307465P粉193307465275 days ago504

reply all(1)I'll reply

  • P粉727531237
  • Cancelreply