Skip to content

Commit

Permalink
Upgrade hook signature to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasch committed Mar 1, 2019
1 parent a2764df commit 8256002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/afterRegistration.ts
Expand Up @@ -4,7 +4,7 @@ import SearchQuery from '@vue-storefront/core/lib/search/searchQuery'

const EXTENSION_KEY = 'wordpress'

export function afterRegistration (Vue, config, store, isServer) {
export function afterRegistration ({ Vue, config, store, isServer} ) {
if (!Vue.prototype.$isServer) {
console.log('Register wordpress module')
}
Expand Down

0 comments on commit 8256002

Please sign in to comment.