Skip to content

Commit

Permalink
fix: component path in admin router Vue file (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin authored Aug 25, 2020
1 parent 0872d2a commit f751123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Withdraw from 'admin/pages/Withdraw.vue'
import Premium from 'admin/pages/Premium.vue'
import Help from 'admin/pages/Help.vue'
import Settings from 'admin/pages/Settings.vue'
import Vendors from 'admin/pages/vendors.vue'
import Vendors from 'admin/pages/Vendors.vue'

let Vue = dokan_get_lib('Vue')
let Router = dokan_get_lib('Router')
Expand Down

0 comments on commit f751123

Please sign in to comment.