Skip to content

Commit

Permalink
Rename delete component
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 10, 2017
1 parent 4b4a521 commit 64e4d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13933,7 +13933,7 @@ Vue.use(__WEBPACK_IMPORTED_MODULE_0_element_ui___default.a, { locale: __WEBPACK_
*/

Vue.component('example', __webpack_require__(106));
Vue.component('delete-component', __webpack_require__(112));
Vue.component('delete-button', __webpack_require__(112));

var app = new Vue({
el: '#app'
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vue.use(ElementUI, { locale });
*/

Vue.component('example', require('./components/Example.vue'));
Vue.component('delete-component', require('../../../Modules/Core/Assets/js/components/DeleteComponent.vue'));
Vue.component('delete-button', require('../../../Modules/Core/Assets/js/components/DeleteComponent.vue'));

const app = new Vue({
el: '#app',
Expand Down

0 comments on commit 64e4d5c

Please sign in to comment.