Manthankumar Satani

Results 27 issues of Manthankumar Satani

I'm using `@unocss/nuxt` in `nuxt3` with `vite` on `node v17.6.0` I'm using `@unocss/transformer-variant-group` to use group variants like this ```HTML {{ $t('hello') }} {{ $t('welcome', { name: 'world' }) }}...

Using transform vairan group we can write variants in group as below `after:(bg-gray-raisin p-[1px] opacity-100)` it works as expected but in vscode we can also see the css class on...

pr welcome

### Is your request related to a problem? _No response_ ### Feature Description Let's say I have vue project and I want to add connect wallet to the project. Currently...

feature

### Description Adding Core(Avalanche Core) wallet support in inject wallet ### Checklist - [x] The version field in `package.json` is incremented following [semantic versioning](https://semver.org/) - [x] The box that allows...

As per antfu's [blog](https://antfu.me/posts/publish-esm-and-cjs#bundleless-build) we can bundle `Vue` components. I have followed it but getting error. here are the files I have ```JSONc // package.json { "name": "components", "private": true,...

documentation
question
discussion

Interpolations not working on nuxt3 build Declaration ```JavaScript { welcome: 'Welcome {name}!', hello: 'Hello', } ``` Usage ```Vue import { useI18n } from 'vue-i18n' const { t } = useI18n({...

``` [Vue warn]: Failed to resolve directive: auto-animate [nitro] [dev] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'getSSRProps') at component line where v-auto-animate is used ```

### Describe the feature I've encountered many times that some libraries use NodeJS builtins in the browser, and we need to polyfill those while building and in development using builder...

documentation
3.x

### Environment Nuxt CLI v3.0.0-rc.2 21:05:22 RootDir: /home/projects/github-2tjqht-zf3brt 21:05:25 Nuxt project info: 21:05:25 ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.2` - Package Manager: `[email protected]`...

enhancement
3.x

### Current Behavior When using MetaMaskSDK with `extensionOnly: false` works as expected it opens MetaMask Modal to connect which works fine. But on desktop(with browser extention) need to click on...

bug