-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
Type: BugSomething isn't workingSomething isn't working
Description
Versions
- 1.0
Describe the bug
When importing import { POSITION, TYPE } from 'vue-toastification' in the nuxt.config.js to setup options.position and type-based-settings, nuxt throws fatal error HTMLElement is not defined and the app is killed.
Expected behavior
Should be able to setup options in toast
Steps to reproduce
Reproduction demo.
Steps:
- Install normally
- Set up plugin
- In your 'nuxt.config.js` file add
import { POSITION, TYPE } from 'vue-toastification'
and
toast:{
position: POSITION.BOTTOM_RIGHT
}4 Run npm run dev
Your Environment
- Device: PC
- OS: Ubuntu 20
- Browser: Chrome
- Version: 87
Additional context
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working