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 3c2184e commit c031b77Copy full SHA for c031b77
src/index.ts
@@ -16,9 +16,9 @@ export default class AdapTableWrapper {
16
static install(Vue: typeof _Vue, options?: AdapTableOptions) {
17
this.options = options || {}
18
19
- Vue.component(AdapOrderby.name, AdapOrderby)
20
- Vue.component(AdapPagination.name, AdapPagination)
21
- Vue.component(AdapSearchfield.name, AdapSearchfield)
+ Vue.component('AdapOrderby', AdapOrderby)
+ Vue.component('AdapPagination', AdapPagination)
+ Vue.component('AdapSearchfield', AdapSearchfield)
22
}
23
24
0 commit comments