refactoring

This commit is contained in:
les
2019-08-07 19:15:15 +02:00
parent b413742c45
commit 5a3d07336f
25 changed files with 71 additions and 1527 deletions

View File

@@ -9,6 +9,7 @@
Search
el-tabs.mt-2(v-model='type')
//- TOFIX
//- el-tab-pane.pt-1(label='email' name='email')
//- p(v-html='$t(`export.email_description`)')
//- el-form(@submit.native.prevent)
@@ -45,6 +46,7 @@
el-button.float-right(plain v-clipboard:copy='listScript' type='primary' icon='el-icon-document') {{$t('common.copy')}}
//- TOFIX
//- el-tab-pane.pt-1(label='calendar' name='calendar')
//- p(v-html='$t(`export.calendar_description`)')
//- //- no-ssr
@@ -65,6 +67,11 @@ import { Message } from 'element-ui'
export default {
name: 'Export',
components: { List, Search },
head () {
return {
title: `${this.settings.title} - ${this.$t('common.export')}`
}
},
data () {
return {
type: 'feed',