Skip to content

Commit 16f2528

Browse files
committed
Update demo
1 parent ebec434 commit 16f2528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo/src/main.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import VueAnnouncer from '../vue-announcer'
44
import App from './App.vue'
55
import router from './router.js'
66

7-
import spell from './plugins/announcer/spell'
8-
97
Vue.use(VueHead)
10-
Vue.use(VueAnnouncer, { plugins: [spell] }, router)
8+
Vue.use(VueAnnouncer, {}, router)
119
Vue.config.productionTip = false
1210

1311
/* eslint-disable no-new */

0 commit comments

Comments
 (0)