We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3287d44 commit 7d58ab6Copy full SHA for 7d58ab6
src/index.js
@@ -2,7 +2,7 @@ import VueAnnouncer from './vue-announcer.vue'
2
import { OPTIONS } from './constants'
3
4
export default function install (Vue, options = {}, router = null) {
5
- options = {...options, ...OPTIONS}
+ options = {...OPTIONS, ...options}
6
7
Vue.component('VueAnnouncer', VueAnnouncer)
8
Vue.prototype.$announcer = {
0 commit comments