nuxt-tailvue
nuxt-tailvue copied to clipboard
nuxt module for tailvue components
The toast is not working after upgrade to the Nuxt bridge. Also the server shows several warnings (only when this plugin enabled). ``` WARN Compiled with 60 warnings friendly-errors 23:20:44...
Hi i have installed this module, work fine in dev mode, but got module not found in production. My nuxt.config.js ```javascript // Modules: https://go.nuxtjs.dev/config-modules modules: [ ... ['nuxt-tailvue', { all:...
Hello, It is quite hard to explain. In dev everything works well. I'm only using the modal component. But anyhow, I'va added nuxt tailvue to the config file. When the...
Toast is not showing on production
 TypeError: this.getOptions is not a function https://github.com/windicss/nuxt-windicss-module/issues/109 @ ./node_modules/tv-icon/dist/tv-icon.css 4:14-138 15:3-20:5 16:22-146
The file 'options' could not be found in toast.client.js ``` import options from './options'``` Is the name of the directory missing? Shouldn't we have ``` import options from './templates/options'``` instead?