upgrade deps

This commit is contained in:
les
2019-09-06 11:55:38 +02:00
parent 5ecee0b9a1
commit 2c24591621
14 changed files with 66 additions and 74 deletions

View File

@@ -5,7 +5,7 @@
h5 {{edit?$t('common.edit_event'):$t('common.add_event')}}
el-form(v-loading='loading')
no-ssr
client-only
el-tabs.mb-2(v-model='activeTab')
//- NOT LOGGED EVENT

View File

@@ -35,7 +35,7 @@
template(slot-scope='data')
el-button(type='primary' @click='confirm(data.row.id)' size='mini') {{$t('common.confirm')}}
el-button(type='success' @click='preview(data.row.id)' size='mini') {{$t('common.preview')}}
no-ssr
client-only
el-pagination(:page-size='perPage' :currentPage.sync='eventPage' :total='events.length')
//- SETTINGS