Skip to content

Commit

Permalink
chore: fix example import
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Mar 5, 2019
1 parent 41a649f commit ba4fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue'
import * as VueMeta from 'vue-meta'
import VueMeta from 'vue-meta'

Vue.use(VueMeta)

Expand Down

0 comments on commit ba4fd1b

Please sign in to comment.