Step 1: Creating page Messages: userlist last messages + a page for all the messages received and sent.
- Added CMyEditor and CMySelect to the git committ.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
import Vue from 'vue'
|
||||
import { Component, Prop } from 'vue-property-decorator'
|
||||
import { SingleProject } from '../../projects/SingleProject'
|
||||
import { CTodo } from '../../todos/CTodo'
|
||||
import { GlobalStore } from '../../../store/Modules'
|
||||
|
||||
@Component({})
|
||||
export default class CTesseraElettronica extends Vue {
|
||||
public $q
|
||||
public $t
|
||||
public $refs: {
|
||||
frametessera
|
||||
}
|
||||
|
||||
public mounted() {
|
||||
// ...
|
||||
// $('#frametessera').contents().find('#nome').val("PPPP")
|
||||
}
|
||||
|
||||
get getNome() {
|
||||
return ''
|
||||
}
|
||||
get getFrame() {
|
||||
|
||||
// console.log('getFrame', $('#frametessera'))
|
||||
return ''
|
||||
}
|
||||
|
||||
get rightDrawerOpen() {
|
||||
return GlobalStore.state.RightDrawerOpen
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user