-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Any way to have it work with vue.js? #15
Comments
On main.js after Framework7.use(Framework7Vue); add
Then in your page
That's how I got it to work. |
I'm using Vue and F7 as well, yet rendering the input using , no F7 involved. In main.js I have
And in my module, when I call
... I'm hunting for solutions and will report back. |
Same problem as the others. Installed with: Instantiated in main:
And finally, created the component:
Got the same error as @cepm-nate : |
Can you guys try to do the import like this
Also, which version of framework7 are you using? then in template
type="numpad" |
There was a typo in:
Should be:
But, unfortunately same error was generated:
I'm using this versions:
|
This is my version:
3.0.1 requires "framework7": "^5.0.5" https://github.com/framework7io/framework7-plugin-keypad/blob/v3.0.1/package.json downgrade "framework7-plugin-keypad" to "^2.0.0" or upgrade to framework7 5. |
Upgraded framework7 to 5.0.5 and got the same error. Downgraded keypad to 2.0.0 and error was gone, but nothing was being done, maybe syntax changed trough this versions? Still trying to figure out why updating f7 didn't quit the error. Maybe some other package is interfering, like webpack.... idk. |
Here is my version:
I'm importing like such:
I still get the same error:
when executing |
Don't know if this is related, I was getting an error when trying to use the plugin, and importing it like the following fixed my error:
|
same here with framework7 v5 and keyboard plugin 3.x |
For anybody having troubles. Try this:
|
Maybe this is obvious, but any way to make it work with vue.js framework7 plugin?
Thanks,
kevin.
The text was updated successfully, but these errors were encountered: