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:
Paolo Arena
2019-10-26 02:21:14 +02:00
parent 33a239698c
commit 878ae96813
31 changed files with 802 additions and 115 deletions

View File

@@ -43,10 +43,6 @@ export default class Header extends Vue {
public photo = ''
public visuimg: boolean = true
get tools() {
return tools
}
get conn_changed() {
return GlobalStore.state.stateConnection
}