8000 update component name · vuejsadmin/vue-twentytwenty@4d95ceb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d95ceb

Browse files
committed
update component name
1 parent f4decf1 commit 4d95ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Vue from 'vue';
22
import TwentyTwenty from './TwentyTwenty.vue';
33

4-
Vue.component('vue-twentytwenty, TwentyTwenty');
4+
Vue.component('TwentyTwenty', TwentyTwenty);
55

66
export default TwentyTwenty;

0 commit comments

Comments
 (0)
0