Skip to content

Commit 83ab80a

Browse files
committed
Fixed typo
1 parent 1449441 commit 83ab80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TinyPagination from './src/components/TinyPagination.vue'
33
export function install (Vue) {
44
if (install.installed) return
55
install.installed = true
6-
Vue.component(TynyPagination.name, TinyPagination)
6+
Vue.component(TinyPagination.name, TinyPagination)
77
}
88

99
const plugin = {

0 commit comments

Comments
 (0)