Skip to content
Snippets Groups Projects
Commit cdabcf1b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

VERSION

parent 94bae1da
Branches
Tags
No related merge requests found
...@@ -56,9 +56,23 @@ ...@@ -56,9 +56,23 @@
"Authorization": "Bearer <%= current_user->{api_token} %>", "Authorization": "Bearer <%= current_user->{api_token} %>",
}; };
// ws.onmessage = (event) => {
// console.log(event.data);
// this.formError = event.data;
// };
createApp({ createApp({
// ws = new WebSocket('ws://<%= config->{domain} %>/ws/').onmessage = (event) => {
// console.log(event.data);
// this.formError = event.data;
// };
meets: [], meets: [],
formError: '',
formData: { formData: {
name: "" name: ""
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment