From 6263bd1ad6aaa113c0358fe3386087560b221bc8 Mon Sep 17 00:00:00 2001 From: "Glitch (peerjs-video)" Date: Tue, 8 Sep 2020 19:41:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=9B=F0=9F=95=8B=20Checkpoint=20./publi?= =?UTF-8?q?c/index.html:5975361/9=20./public/main.js:5975361/80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- public/main.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9cdc6e3..fad633f 100644 --- a/public/index.html +++ b/public/index.html @@ -44,7 +44,7 @@ > -
+
diff --git a/public/main.js b/public/main.js index f2986a4..d74d883 100644 --- a/public/main.js +++ b/public/main.js @@ -1,3 +1,11 @@ +var app = new Vue({ + el: '#app', + data: { + message: 'Hello Vue!' + } +}); + + // client-side js, loaded by index.html // run by the browser each time the page is loaded