-
### Describe the bug
Currently unable to use the `useToast()` composable in a module. Attempting to do so results in
```
[Vue warn]: inject() can only be used inside setup() or functional componen…
dcb99 updated
1 month ago
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.11.1
- Nuxt Version: 3.14.0
- CLI Version: 3.15.0
- Nitro Version: 2.10.2
- Package M…
-
### Describe the bug
I'm trying to use toast component inside the custom directive. But, I get following error,
![image](https://github.com/primefaces/primevue/assets/872762/2895da1d-9004-4e85-b14…
-
### Describe the bug
After removing an element from container and the animation ended, all other remaining animated elements are slightly transient about 1-2 pixels suddenly. This makes the compone…
-
I want use `vue-toastification` in my **laravel 8** **blade templates.** I have idea to make **vue 3 component** and pass to him by `props` notifications from laravel. I want to see notifications whe…
-
I'm using Vue with Vue Turbolinks and Vue Toasted. When I refresh completely, the toasts work fine. When I refresh, then switch pages one or more times, the toasts do not work. I've narrowed it down t…
-
### Describe the bug
Hello
I noticed a white border around the toast component whenever I'm in dark mode.
The bug is reflected in the reproducer. I tried it with aura dark green in this case.
…
-
Getting below in vue3 + vite
Versions:
- 2.0
`Error: Build failed with 18 errors:
node_modules/vue-toastification/dist/index.mjs:329:9: error: No matching
export in "node_modules/vue/dist/v…
-
```
import ToastVue from './Toast.vue'
let Toast = {}
Toast.install = function (Vue, options) { //install 才能被Vue.use
let opt = { // 设置默认配置
defaultType: 'center',
duration: 1500
}
…
-
实测有效!!!
1.克隆以后 删除package.json中tui-editor:1.3.3
2.\src\components\MarkdownEditor\index.vue文件,将全部import换成下面几个
import 'codemirror/lib/codemirror.css' // codemirror
import '@toast-ui/editor/dist/toa…
lyhxx updated
5 months ago