- Dynamic Pages (MyPage)

- Uploading files to the Server FTP.
This commit is contained in:
Paolo Arena
2019-12-27 12:43:42 +01:00
parent ad8f335d6c
commit ad94721b7d
35 changed files with 355 additions and 232 deletions

View File

@@ -7,10 +7,11 @@ import { toolsext } from '@src/store/Modules/toolsext'
import { GlobalStore } from '../store/Modules'
import { fieldsTable } from '@src/store/Modules/fieldsTable'
import { CalendarStore } from '@store'
import MixinMetaTags from '@src/mixins/mixin-metatags'
// You can declare a mixin as the same style as components.
@Component
export default class MixinBase extends Vue {
export default class MixinBase extends MixinMetaTags {
public mythis() {
return this
}
@@ -103,8 +104,8 @@ export default class MixinBase extends Vue {
try {
if (myval) {
const myrec = JSON.parse(myval)
// console.log('*************** getarrValDb')
// console.table(myrec)
console.log('*************** getarrValDb')
console.table(myrec)
return myrec
} else {
return []