closed #1721 Fixed: A document can't be deleted from its view. -> change vue instance app to main-body

This commit is contained in:
Cüneyt Şentürk 2021-01-03 19:01:59 +03:00
parent b3e01f4b56
commit 9abd02825a

View File

@ -20,7 +20,7 @@ import BulkAction from './../../plugins/bulk-action';
Vue.use(DashboardPlugin);
const app = new Vue({
el: '#app',
el: '#main-body',
mixins: [
Global