Rename delete component

parent 4b4a5214
......@@ -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'
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment