-
Currently $toast is undefined on the server-side.
I understand that this library is linked to the DOM, we can't show a Toast on the server-side.
## Detailed Description
It would be nice if we c…
-
## Version
@toast-ui/vue-chart : "^1.1.2",
tui-chart : "^3.9.0"
## Test Environment
Windows 10 Chrome
예제에 있는 코드 그대로 create-nuxt-app cli 프로젝트와 nuxt-starter-template에서
작성하였으나 window …
-
## Versions
- 2.0.0-rc.5
## Describe the bug
On initialisation I get :
`[Vue warn]: Property "positions" was accessed during render but is not defined on instance.
at
warn @ runtime-core.e…
-
I'm trying to use vue-snotify in a Vue.js TypeScript project.
At the moment, I'm importing and using it:
```
import Snotify from 'vue-snotify';
Vue.use(Snotify);
```
I'm trying to show a t…
-
## Versions
- 1.0
## Describe the bug
I'm using vue-toastification 1.x in a vuejs2.x + vuetify 2.x project. I'm also using vuetify's component, and when a toast renders over my dialog, it get's …
-
## Versions
-2.0.5-rc
## Describe the bug
Testing components using vueTestUtills on Vite, errors out on not being able to resolve the plugin.
## Expected behavior
```
import VueToastificat…
-
### Describe the bug
When running with `@vue/compat` in `{ MODE: 2 }`, it appears that any functions added to Vue instance by a mixin are not available. This includes `$bvToast` and `$bvModal`.
…
-
Hi,
Iam trying to import it on my Vue using options API and I cant.
What I have so far:
main.js
```
import { useToast } from "vue-toastification";
const toast = useToast();
const…
-
## Version
toast-ui/vue-calendar: 1.1.1
## Test Environment
Window, Vue
## Current Behavior
How do I can create a custom event mousedown on a Schedule?
Passing as a prop event
```js
@…
-
## Versions
- 1.7.14
## Describe the bug
When attempting to use vue-toastification with Vue 2.7.0+ the composition api doesn't appear to work due to Vue 2 now having the Composition API built…