Files
freeplanet/src/views/login/signup/signup.ts
Paolo Arena eed1082ac6 - ++Booking List
- ++Delete a Booking also for the Admin.
2019-10-12 23:34:58 +02:00

16 lines
389 B
TypeScript

import Vue from 'vue'
import { Component, Prop, Watch } from 'vue-property-decorator'
import { UserStore } from '@store'
import { tools } from '../../../store/Modules/tools'
import { toolsext } from '@src/store/Modules/toolsext'
import { CSignUp } from '../../../components/CSignUp'
@Component({
components: { CSignUp }
})
export default class Signup extends Vue {
public $t: any
}