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 c740cfc commit 4610f36Copy full SHA for 4610f36
README.md
@@ -61,7 +61,7 @@ Vue.use(TinyPagination);
61
62
// or with a custom component name
63
import { TinyPagination } from 'vue-tiny-pagination';
64
-Vue.component('custom-hello-world', TinyPagination);
+Vue.component('custom-name', TinyPagination);
65
```
66
67
### Usage in browser
0 commit comments