Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 1449441 commit 83ab80aCopy full SHA for 83ab80a
index.js
@@ -3,7 +3,7 @@ import TinyPagination from './src/components/TinyPagination.vue'
3
export function install (Vue) {
4
if (install.installed) return
5
install.installed = true
6
- Vue.component(TynyPagination.name, TinyPagination)
+ Vue.component(TinyPagination.name, TinyPagination)
7
}
8
9
const plugin = {
0 commit comments