- Dynamic Pages (MyPage)
- Uploading files to the Server FTP.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
</div>
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="eventlist.ts">
|
||||
<script lang="ts" src="./eventlist.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './eventlist.scss';
|
||||
|
||||
@@ -2,16 +2,15 @@ import Vue from 'vue'
|
||||
import { Component, Prop } from 'vue-property-decorator'
|
||||
import { GlobalStore, UserStore } from '@store'
|
||||
|
||||
import { tools } from '../../../../../associazioneShen/src/store/Modules/tools'
|
||||
import { static_data } from '../../../../../associazioneShen/src/db/static_data'
|
||||
import { static_data } from '../../../db/static_data'
|
||||
import { Screen } from 'quasar'
|
||||
|
||||
import { colgallery } from 'store/Modules/fieldsTable'
|
||||
import { colgallery } from '@src/store/Modules/fieldsTable'
|
||||
|
||||
import { CImgText } from '../../../../../associazioneShen/src/components/CImgText/index'
|
||||
import { CImgText } from '../../../components/CImgText/index'
|
||||
import { CCard, CGridTableRec, CMyPage, CTitleBanner } from '@components'
|
||||
import MixinMetaTags from '../../../../../associazioneShen/src/mixins/mixin-metatags'
|
||||
import MixinBase from 'mixins/mixin-base'
|
||||
import MixinBase from '../../../mixins/mixin-base'
|
||||
|
||||
@Component({
|
||||
mixins: [MixinBase],
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="gallery.ts">
|
||||
<script lang="ts" src="./gallery.ts">
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@@ -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