Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jul 23, 2020
2 parents ad023c3 + 9f4f79e commit de431cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/search/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-unused-vars */
import { init as initComponet, update as updateComponent } from './component';
import { init as initComponent, update as updateComponent } from './component';
import { init as initSearch } from './search';

const CONFIG = {
Expand Down Expand Up @@ -32,7 +32,7 @@ const install = function(hook, vm) {
const isAuto = CONFIG.paths === 'auto';

hook.mounted(_ => {
initComponet(CONFIG, vm);
initComponent(CONFIG, vm);
!isAuto && initSearch(CONFIG, vm);
});
hook.doneEach(_ => {
Expand Down

0 comments on commit de431cb

Please sign in to comment.