We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 817e9c7 + 604666e commit 956bee1Copy full SHA for 956bee1
src/index.ts
@@ -32,10 +32,10 @@ if (!IS_WEB_BUNDLE) {
32
function install(vue: typeof Vue, options: Options = { useCache: true }) {
33
optionsStore.value = options;
34
35
- vue.component('gh-btns-star', Star);
36
- vue.component('gh-btns-fork', Fork);
37
- vue.component('gh-btns-watch', Watch);
38
- vue.component('gh-btns-follow', Follow);
+ vue.component('GhBtnsStar', Star);
+ vue.component('GhBtnsFork', Fork);
+ vue.component('GhBtnsWatch', Watch);
+ vue.component('GhBtnsFollow', Follow);
39
}
40
41
if (typeof window !== 'undefined' && window.Vue) {
0 commit comments