Skip to content

Commit

Permalink
Merge branch 'feature/GD-1338' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cj.ohara committed Feb 7, 2019
2 parents c48fef6 + f9756c4 commit 39a22ff
Show file tree
Hide file tree
Showing 28 changed files with 2,116 additions and 1,906 deletions.
6 changes: 0 additions & 6 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"vue-slider-component": "^2.3.9",
"vue-social-sharing": "^2.3.3",
"vue-template-compiler": "^2.5.17",
"vueckeditor": "^0.1.4",
"vuedraggable": "^2.14.1",
"vuex": "^2.4.1",
"vuex-persistedstate": "^2.0.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/frontend/src/admin-pages/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import * as VueMoney from 'v-money';
import AlertCloseDirective from './directives/alertClose';
import AutoFocusDirective from './directives/autoFocus';
import axios from 'axios';
import bootstrapCkeditor from './bootstrap/ckeditor';
import ComponentApiError from './components/errors/ApiError.vue';
import ComponentApp from './components/App.vue';
import ComponentCKEditor from 'vueckeditor';
import ComponentGravatar from 'vue-gravatar';
import ComponentNavigation from './components/header/Navigation.vue';
import EventBusMixin from './mixins/eventBus';
Expand Down Expand Up @@ -57,7 +57,9 @@ Vue.directive('shave', ShaveDirective);
Vue.component('api-error', ComponentApiError);
Vue.component('navigation', ComponentNavigation);
Vue.component('v-gravatar', ComponentGravatar);
Vue.component('vue-ckeditor', ComponentCKEditor);

// Bootstrap libs
bootstrapCkeditor();

// Register vue global
Vue.prototype.user = {};
Expand Down
Loading

0 comments on commit 39a22ff

Please sign in to comment.