mattelen / vue3-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
47 stars 12 forks source link

Instance vars not recognised #8

Closed RussellRClark closed 2 years ago

RussellRClark commented 2 years ago

I can get the AppMessage template to render, but none of the parent component variables or functions (sayHi) are recognised: [Vue warn]: Property "sayHi" was accessed during render but is not defined on instance. Is there a problem or is it me??

RussellRClark commented 2 years ago

Sorry. I have stripped the rest of the code out of the page & everything is OK. Something else must be causing the issue. AnyHoo thanks for a great component.