Skip to content

Commit 7d58ab6

Browse files
committed
Fix merge options
1 parent 3287d44 commit 7d58ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import VueAnnouncer from './vue-announcer.vue'
22
import { OPTIONS } from './constants'
33

44
export default function install (Vue, options = {}, router = null) {
5-
options = {...options, ...OPTIONS}
5+
options = {...OPTIONS, ...options}
66

77
Vue.component('VueAnnouncer', VueAnnouncer)
88
Vue.prototype.$announcer = {

0 commit comments

Comments
 (0)