initial chat form layout

This commit is contained in:
Ginger Wong
2020-06-04 03:15:27 -07:00
parent 33f994fcfd
commit 60080cd93c
3 changed files with 52 additions and 46 deletions

View File

@@ -23,7 +23,7 @@ function setupApp() {
})
window.chatForm = new Vue({
el: "#chatForm",
el: "#chat-form",
data: {
message: {
author: "",//localStorage.author || "Viewer" + (Math.floor(Math.random() * 42) + 1),