Update
This commit is contained in:
@@ -40,7 +40,7 @@ let paginationTemplate = `<div class="row">
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
Vue.component('pagination-component', {
|
||||
root.components['pagination-component'] = {
|
||||
template: paginationTemplate,
|
||||
data: function() {
|
||||
return {
|
||||
@@ -110,4 +110,4 @@ Vue.component('pagination-component', {
|
||||
return result;
|
||||
},
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user