nuxt-tailvue icon indicating copy to clipboard operation
nuxt-tailvue copied to clipboard

nuxt module for tailvue components

Results 6 nuxt-tailvue issues
Sort by recently updated
recently updated
newest added
trafficstars

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

![CleanShot 2021-07-11 at 21 53 10](https://user-images.githubusercontent.com/38668796/125206948-6440c100-e292-11eb-9196-433109ce13e6.png) 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?