Skip to content

Commit 89c7f10

Browse files
author
Jan Bílek
committed
Remove global component registration
1 parent a4f7d9a commit 89c7f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wrapper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import registerDirective from './registerDirective';
66
export default function install(Vue) {
77
if (install.installed) return;
88
install.installed = true;
9-
Vue.component('VueCodeHighlight', component);
109
Vue.directive('highlight', registerDirective);
1110
}
1211

0 commit comments

Comments
 (0)