Camilo Martinez
Camilo Martinez
On main.js after Framework7.use(Framework7Vue); add ``` Framework7.use(Framework7Keypad); ``` Then in your page ``` changeCardNumber(){ var self=this; this.new_card.card_number=this.$f7.keypad.get().value }, ``` That's how I got it to work.
Can you guys try to do the import like this ``` import Framework7Keypad from 'framework7-plugin-keypad/dist/framework7.keypad.js'; Framework7.use(Framework7Vue); Framework7.use(Framework7Keypad);//
This is my version: ``` "framework7": "^3.6.5", "framework7-icons": "^2.1.1", "framework7-plugin-keypad": "^2.0.0", "framework7-vue": "^3.6.5", ``` 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.
> PHP Intelephense perhaps? 👀 I think I got it working with this. Could you tested ` "intelephense": { "disabled": false, "command": ["intelephense", "--stdio"], "extensions": [".php", ".phtml", ".php3", ".php4", ".php5",...