From 01f90358a32489ad2c5d0481819a77f9eaad3403 Mon Sep 17 00:00:00 2001 From: Javier Diaz Date: Wed, 11 Oct 2017 23:42:12 -0500 Subject: [PATCH 1/3] Removed greetings for spinner --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bc2227e..c2b671e 100644 --- a/README.md +++ b/README.md @@ -213,10 +213,7 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t ### Contributions All contributions are welcome send your PR and Issues. -### Greatings -[Vue Spinner by Greyby](https://github.com/greyby/vue-spinner) - ### License This is a open-source software licensed under the [MIT license](https://raw.githubusercontent.com/coderdiaz/vue-datasource/master/LICENSE) -##### Created by Javier Diaz. Translation by [itsuwaribito](https://github.com/itsuwaribito) +##### Crafted by Javier Diaz. Translation by [itsuwaribito](https://github.com/itsuwaribito) From bc5470ae837cc921d3f8912eb7d557f15d357d17 Mon Sep 17 00:00:00 2001 From: Javier Diaz Date: Wed, 11 Oct 2017 23:42:22 -0500 Subject: [PATCH 2/3] Removed spinner dependency --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f1f9b30..6720089 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "dependencies": { "axios": "^0.16.1", "lodash": "^4.17.4", - "vue": "^2.2.6", - "vue-spinner": "^1.0.2" + "vue": "^2.2.6" }, "devDependencies": { "autoprefixer": "^6.7.2", From f4073899b588d38734daec6e338ca82e8341d2d9 Mon Sep 17 00:00:00 2001 From: Javier Diaz Date: Wed, 11 Oct 2017 23:42:35 -0500 Subject: [PATCH 3/3] Removed loader from vue datasource --- src/components/ServerDatasource.vue | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/components/ServerDatasource.vue b/src/components/ServerDatasource.vue index 3d7f97d..639480b 100644 --- a/src/components/ServerDatasource.vue +++ b/src/components/ServerDatasource.vue @@ -3,13 +3,10 @@ import axios from 'axios' import _ from 'lodash' import DatasourceUtils from '../utils/DatasourceUtils' import Pagination from './Pagination.vue' -import MoonLoader from 'vue-spinner/src/MoonLoader.vue' import { EventBus } from '../utils/EventBus' export default { name: 'ServerDatasource', - components: { - Pagination, MoonLoader - }, + components: {Pagination}, render (h) { return (
@@ -42,7 +39,6 @@ export default { - { this.spinnerItem }