Closed arjanski closed 6 years ago
This was an error on my end that had nothing to do with the plugin, sorry. Works very well! 👍
@arjanski , I am facing similar issue, curious how did you fix error at your end?
Hhhm, I will look into it, tbh I recently checked my Gitlab how this got solved and couldn't find a post. Too bad actually. If I find something I will let you know.
First of all, thank you for your work, fantastic idea for a plugin!
My setup uses vue.esm.js, and I'm having trouble getting v-runtime-template to work. Is this an issue?
Console throws the following error:
Error in render: "TypeError: Cannot read property 'params' of undefined"
My code is as follows. After the npm installation, I import v-runtime-template in my parent component
import VRuntimeTemplate from "v-runtime-template"
where I call the component in the template section, just like in your examplewith data properties
Is it a question of vue builds, or do I use v-runtime-template incorrectly in my code?
Btw I use Quasar UI, which handles webpack configuration and has the option of using vue.esm.js as a vue build.
Thanks a lot for any advice, would really like to use this plugin.