shunnNet

Results 5 issues of shunnNet

Add a `useBackgroundImage` composable to enable the background to use the same functionality as ``. ## Usage ```vue const cls = useBackgroundImage('/images/nuxt.png', { provider: 'ipx', sizes: '200,500:500,900:900', modifiers: { width:...

Related to #9. Allow the `.update()` method to update only attributes other than embedding. Also, I noticed that due to the fact that `findVectorIndex` only returns the first matching element,...

I hope to implement a functionality similar to **soft delete**. The approach would involve directly updating certain attributes of the object, such as setting `deleted` to `true`. However, the current...

bug

### Description `nuxt-msw` integrates [MSW (Mock Service Worker)](https://mswjs.io/) into a Nuxt project, allowing user to use it for API mocking during development. Most of the code can be directly shared...

module-request

🖐️ Hello, I'm currently working on [`vue-markdown`](https://github.com/shunnNet/vue-markdown), which uses Unified to convert Markdown into HAST before rendering it as Vue components. While trying to support `@shikijs/rehype`, I noticed that the...