` /*-->*/ ) }, })) const app = Vue.createApp({ delimiters: ['[[', ']]'], components: { 'my-component': TestTextComponent, }, template: 'Hello
' }); app.mount('#app');