-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use? TypeError: vm.$options.template.charAt is not a function" #18
Comments
vuejs-templates/webpack#215 (comment) suggests to use
and this:
|
Hey, Thank you for raising this issue. This line here: The converter outputs an object with template on it, so I'm hoping this will help solve your issue. Thank you, |
Hi @meenahoda, Ok, great! That change rendered the component, but I still got these two warnings in the console:
and
Any ideas on why that's happening? Thanks! |
I tried this example cardscript and it didn't render. I got the errors below. Is there a reference implementation I missed?
This example was similar...
Both have the $attrs and $listener errors above. I feel like I'm missing something... |
Hi there, I apologise the examples/test aren't as helpful as they could be. Basically, the issues were caused because there were a few more 'processing' steps required for the cardscript component (extracting lists/table of contents/validations etc.) so it made sense to me to bundle this altogether so you can just require this component and pass in some cardscript json. As you will see in the readme example:
I hope this helps! Thank you, Just an added note, when using this component, I am currently getting the warning: |
Hi @meenahoda I checked out the component and it looks like you've put a bunch of work into this project! The component has a bunch of imports and dependencies unrelated to my project, so I think for now I'm going to pass and hand-code it. It's a cool project and I'll star it to get updates. Thanks! |
Hi, this project looks very helpful, but I'm getting an error using it:
However, that may be because I have no idea how to use it. Here's what I have so far:
The goal is to get a server generated form into a Quasar Stepper like this:
https://v1.quasar-framework.org/vue-components/stepper#Example--Vertical
Any suggestions or examples I missed? Thank you!
Michael
The text was updated successfully, but these errors were encountered: