Vitaliy
Vitaliy
If you name variable with dash-number (example: @secondary-1) it will not compile this variable at all, variable will not exist in color.less. If you also try to use '_' it...
Is it possible to add transition on theme changing? Styles apply immidiately after they are compiled
**Describe the bug** Invoking "useMutation" with onDone hook does not decrement global mutation loading (useGlobalMutationLoading) Will investigate and provide more details or fix soon **workaround** use ".then()" or update function...
Using 'vue-test-utils' cannot call setData on wrapper because data exists only on "this" and not on "this.$data" `TypeError: Cannot add property dataText, object is not extensible` `await wrapper.setData({dataText: 'Test'})` I...
Adresses https://github.com/posva/pinia-colada/issues/88 Change log: - 'useMultiMutation' hook - playground test: deletion and creation of contact - mutation store readability refactoring without tests break
### Environment Vercel "nuxt": "^3.15.4" ### Reproduction **nuxt.config** ``` js prerender: { routes: [ '/community/bilovodska-gromada/events', '/community/bilovodska-gromada/events/centr-zhittyestiikosti-bilovodskoyi-tg-zaproshuye-ditok-molodshogo-shkilnogo-viku-z-mamami-do', ] }, nitro: { preset: "vercel", vercel: { config: { bypassToken: process.env.VERCEL_BYPASS_TOKEN, }, },...