-
vue version:2.1.0
vue-toast-mobile version 2.0.0
```
import Toast from 'vue-toast-mobile'
...
Toast('xxxxx!');
```
error:
```
[Vue warn]: Error when rendering root instance:…
-
The version currently implemented works OK enough but should be considered "experimental".
## Issues/Tasks
* [ ] Deselect cells past horizontal coordinate X when making current selection smaller, wh…
-
## Versions
- 2.0
## Describe the bug
Toast only shows the fist time the code compiles.
If you refresh the page without changing the code the toast does not show again.
If you change anything i…
-
## Version
## Test Environment
- chrome
71.0.3578.80 (공식 빌드) beta (64비트) (cohort: Beta)
(2ac50e7249fbd55e6f517a28131605c9fb9fe897-refs/branch-heads/3578@{#860})
V8 7.1.302.28
- OS
…
-
**Describe the bug**
타입스크립트에서 컴포넌트를 import 할 경우 오류 발생
**To Reproduce**
```vue
import { barChart } from '@toast-ui/vue-chart' // < TS52724: '"@toast-ui/vue-chart"' has no exported member named…
-
In my project I have installed and configured vuetify correct and it is working everywhere.
But when I use some vuetity components inside a Toast component I get the error "**Failed to resolve compon…
-
```javascript
import Vue from 'vue'
let paths = []
export default function Toaster (component, options, router) {
let Constructor = Vue.extend(component)
let inst = new Constructor({ el: …
-
Hi, I want to use both the material and fontawesome iconpack, material works, but the fontawesome does not
```
import Toasted from "vue-toasted"
import {FontAwesomeIcon} from "@fortawesome/vue-fo…
-
I'm using nuxt with vuetify. The instructions say to update `plugins/vuetify.js` to add the toast-snackbar but I don't have this in my default nuxt-vuetify config, which uses `@nuxtjs/vuetify` module.…
-
When I use toast-ui.vue-image-editor, I encounter memory unreleased when I close.
I loaded a PNG image of about 5MB and initialized the component (and loaded the picture) on the Chrome browser.Memory…