Created Project for WebSite...

Basic Structure
This commit is contained in:
Paolo Arena
2019-05-03 20:31:47 +02:00
parent cd73305d8d
commit 3d8cb00839
16 changed files with 829 additions and 797 deletions

View File

@@ -5,7 +5,7 @@ import { GlobalStore, UserStore } from '@store'
import { Getter } from 'vuex-class'
import { ICfgServer, IGlobalState, ITodo, ITodosState } from '../../../model/index'
const namespace: string = 'GlobalModule'
const namespace: string = 'Testp1'
@Component({})
export default class Testp1 extends Vue {