1
0
Fork 0
mirror of https://api.glitch.com/git/yaswvc synced 2026-01-12 03:18:10 +00:00

👛🕋 Checkpoint

./public/index.html:5975361/9
./public/main.js:5975361/80
This commit is contained in:
Glitch (peerjs-video) 2020-09-08 19:41:08 +00:00
parent 05d104af41
commit 6263bd1ad6
2 changed files with 9 additions and 1 deletions

View file

@ -44,7 +44,7 @@
> >
</a> </a>
</nav> </nav>
<div class="container pt-3"> <div id="app" class="container pt-3">
<div class="row"> <div class="row">
<!-- self --> <!-- self -->
<div class="col-6"> <div class="col-6">

View file

@ -1,3 +1,11 @@
var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue!'
}
});
// client-side js, loaded by index.html // client-side js, loaded by index.html
// run by the browser each time the page is loaded // run by the browser each time the page is loaded