nuxt-community / legacy-modules

MIT License
1.29k stars 157 forks source link

@nuxtjs/toast => Cannot read property 'show' of undefined #406

Closed miladfathi021 closed 3 years ago

miladfathi021 commented 3 years ago

TypeError Cannot read property 'show' of undefined

usage: this.$toast.show('Logging in...')

tsconfig.json: "types": [ "@nuxtjs/toast" ]

nuxt.config.js: modules: [ '@nuxtjs/toast' ],

toast: { position: 'bottom-left' },

jgrandar commented 3 years ago

Same here

parthdevloper commented 3 years ago

+1