Open dikkini opened 4 years ago
Describe the bug Position of notification is always bottom-right.
To Reproduce Use in VueJS:
import VueAWN from "vue-awesome-notifications" Vue.use(VueAWN)
Import css in index.html
index.html
<link href="<%= BASE_URL %>awesome-notifications.min.css" rel="stylesheet"/>
My method:
const POS_TOP_RIGHT = 'top-right' success_notify (txt, title = 'Success Message', position = POS_TOP_RIGHT, duration = 10000) { const options = { position: position, labels: { success: title, }, durations: { global: duration } } this.$awn.success(txt, options) },
Expected behavior
Position option should impact on notification.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Just ran into this too
Same here in my project
Describe the bug Position of notification is always bottom-right.
To Reproduce Use in VueJS:
Import css in
index.html
My method:
Expected behavior
Position option should impact on notification.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):