- Dynamic Pages (MyPage)
- Uploading files to the Server FTP.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import Vue from 'vue'
|
||||
import { Component, Watch } from 'vue-property-decorator'
|
||||
import { tools } from 'store/Modules/tools'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
import { func_tools } from 'store/Modules/toolsext'
|
||||
import { CTitle } from '../../../../../associazioneShen/src/components/CTitle/index'
|
||||
import { CMyPage } from '../../../../../associazioneShen/src/components/CMyPage/index'
|
||||
import MixinBase from 'mixins/mixin-base'
|
||||
import { CalendarStore, GlobalStore, UserStore } from '@store'
|
||||
import { CGridTableRec, CMyFieldDb, CTitleBanner } from '@components'
|
||||
import { colnewstosent, coltemplemail, colopzemail, colmailinglist } from 'store/Modules/fieldsTable'
|
||||
import { DefaultNewsState, INewsState } from 'model/index'
|
||||
import translate from 'globalroutines/util'
|
||||
import { colnewstosent, coltemplemail, colopzemail, colmailinglist } from '@src/store/Modules/fieldsTable'
|
||||
import { DefaultNewsState, INewsState } from '@src/model/index'
|
||||
import translate from '../../../globalroutines/util'
|
||||
import { getCookie } from 'utils/auth'
|
||||
import { CTitle } from '../../../components/CTitle'
|
||||
import { CMyPage } from '../../../components/CMyPage'
|
||||
import MixinBase from '../../../mixins/mixin-base'
|
||||
|
||||
const namespace = 'CalendarModule'
|
||||
|
||||
|
||||
@@ -536,7 +536,7 @@
|
||||
</CMyPage>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="newsletter.ts">
|
||||
<script lang="ts" src="./newsletter.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './newsletter.scss';
|
||||
|
||||
Reference in New Issue
Block a user