Ralph
Ralph
NNuxt
Created by Ralph on 6/19/2024 in #❓・help
Nuxt UI SelectMenu autofocus
Its the search of a SelectMenu
5 replies
NNuxt
Created by Ralph on 6/19/2024 in #❓・help
Nuxt UI SelectMenu autofocus
No description
5 replies
NNuxt
Created by Ralph on 6/19/2024 in #❓・help
Nuxt UI SelectMenu autofocus
This input has autofocus on it, is it removeable?
5 replies
NNuxt
Created by Ralph on 6/19/2024 in #❓・help
Nuxt UI SelectMenu autofocus
No description
5 replies
NNuxt
Created by Wazbat on 4/22/2024 in #❓・help
Nuxt ui types
I get a runtime error when I use them in vue scripts
6 replies
NNuxt
Created by Ralph on 4/1/2024 in #❓・help
Tailwind CSS error
.timeon-button { @apply dark:bg-white dark:hover:bg-green-500 #{!important}; } This is in the css file and here i use tailwind classes
7 replies
NNuxt
Created by Ralph on 4/1/2024 in #❓・help
Tailwind CSS error
This is my config
7 replies
NNuxt
Created by Ralph on 4/1/2024 in #❓・help
Tailwind CSS error
// https://nuxt.com/docs/api/configuration/nuxt-config const path = require('path'); export default defineNuxtConfig({ modules: [ '@nuxt/ui', '@nuxtjs/color-mode', ], colorMode: { preference: 'light', fallback: 'light', }, plugins: [ '~/plugins/library.ts' ], alias: { '@lib': path.resolve(__dirname, '../TimeOn.Library'), }, css: ['~/assets/scss/global.scss'], components: ['~/components/ui/',], experimental: { watcher: 'chokidar', }, runtimeConfig: { public: { apiUrl: process.env.TIMEON_API_URL, } } });
7 replies
NNuxt
Created by Ralph on 4/1/2024 in #❓・help
Tailwind CSS error
think only nuxt ui uses it
7 replies
NNuxt
Created by Ralph on 4/1/2024 in #❓・help
Tailwind CSS error
No
7 replies