Lukas Borawski
Lukas Borawski
Hi. I have this component provider, just for dynamic component imports. ```vue import { defineProps, defineAsyncComponent } from 'vue'; interface Props { component: { module: string; file: string; }; }...
Hi. I have this component provider, just for dynamic component imports. ```vue import { defineProps, defineAsyncComponent } from 'vue'; interface Props { component: { module: string; file: string; }; }...
**Description**: --- I would like to pass additional data and handlers to the `UseStateEffect` composable. **Tasks**: --- - [ ] add a possibility to pass add-ons to the state effect...
Hello. So I'm using scheduled functions and along with the dev env/mode it's working fine, I can serve it and invoke it. But as long I'm putting this to the...
So i have this number in my input value 608291461. Also i have formatter setup to `.formatter({ 'pattern': '+48 {{999}} {{999}} {{999}}', 'persistent': true })`. After transformation by formatter in...
@buhrmi My plugin: ``` import Vue from 'vue' import VuePouch from 'vue-pouch' import PouchDB from 'pouchdb' import Find from 'pouchdb-find' import LiveFind from 'pouchdb-live-find' import PouchdbAuthentication from 'pouchdb-authentication' PouchDB.plugin(Find) PouchDB.plugin(LiveFind)...
### 🔗 Linked issue Internal task. ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSDoc annotations) - [ ] 🐞 Bug fix (a...
### 🔗 Linked issue UST-1435 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSDoc annotations) - [ ] 🐞 Bug fix (a...