Daniil Chudo

Results 14 issues of Daniil Chudo

- add new configuration option to the nuxt plugin - add autoimport from `@formkit/vue`

### ❓ Type of change Add slot to the NuxtLoadingIndicator in case user want to add additional element (like spinner) - [ ] 📖 Documentation (updates to the documentation or...

Trying to import helper into my project: ```js import isAbsoluteURL from 'axios/lib/helpers/isAbsoluteURL' ``` Getting: ``` Module not found: Error: Package path ./lib/helpers/isAbsoluteURL is not exported from package /Users/.../node_modules/axios (see exports...

### 🔗 Linked issue ### ❓ Type of change Refactoring type imports to be in proper `import type {...}` - [ ] 📖 Documentation (updates to the documentation or readme)...

### Environment Noticed that opacity property doesn't change over page transition in NuxtLoadingIndicator. Simple logging `page:start` hook callback showed that it doesn't get called when you move from page to...

3.x
pending triage

- Upgrade dependencies (long-awaited SVGOv3) - Fix some lint errors

I am trying to join path for the router (which is using path-to-regexp). ``` const path = properUrlJoin('some-path', '/:id?/:subnav?/:step?', { trailingSlash: true, queryOptions: { encode: false, }, }) ``` expected...

This is a **new feature | improvement**. ### Proposed solution Support for CSS logical properties to provide better support for RTL websites. ### Tradeoffs Browser support ### Testing Done Yes...

enhancement

Fix foe issue #460 In this fix, I have replaced the usage of v-if with v-show in instances where DOM elements are immediately targeted. Through this adjustment, we ensure smoother...