Fukao0129

Results 7 issues of Fukao0129

Bug Type: **`Component`** ## Environment - Vue Version: `3.4.26` - Nuxt Version: `3.9` - Element Plus Version: `2.7.2` - Browser / OS: `Chrome 123.0.6312.124 / Windows11` - Build Tool: `Vite`...

### Environment @nuxt-alt/auth 3.1.4 @nuxt-alt/http 1.7.10 node 18.18.2 npm 9.8.1 vue 3.3.8 nuxt 3.8.2 ### Nuxt Config ``` auth: { strategies: { local: { endpoints: { login: { baseURL: process.env.API_URL,...

pending triage

The "enabled" option seems not to work. nuxt.config.ts ``` modules: [ "@zadigetvoltaire/nuxt-gtm" ], gtm: { id: my-id, enabled: false }, ``` Even with the above settings, tags are still being...

### Environment @nuxt-alt/auth 3.1.4 @nuxt-alt/http 1.7.10 node 18.18.2 npm 9.8.1 vue 3.3.8 nuxt 3.8.2 ### Nuxt Config ``` auth: { stores: { state: { namespace: "auth", }, pinia: { enabled:...

pending triage

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-vue#readme), [Examples](https://github.com/auth0/auth0-vue/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-vue/blob/main/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

feature request

I use my own module file as below: modules/my-vuetify-module.ts ``` import { defineNuxtModule } from '@nuxt/kit' export default defineNuxtModule({ setup(_options, nuxt) { nuxt.hook('vuetify:registerModule', register => register({ moduleOptions: { styles: "none"...

## Versions - vue-toastification 2.0.0-rc.5 - vue 3.8 - nuxt 3.13 - sass 1.80.5 ## Describe the bug I'm trying to override the sass variables. According to [this document](https://github.com/Maronato/vue-toastification?tab=readme-ov-file#override-scss-variables), I...

Type: Bug