mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 01:38:10 +00:00
👛🕋 Checkpoint
./public/index.html:5975361/9 ./public/main.js:5975361/80
This commit is contained in:
parent
05d104af41
commit
6263bd1ad6
2 changed files with 9 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
>
|
||||
</a>
|
||||
</nav>
|
||||
<div class="container pt-3">
|
||||
<div id="app" class="container pt-3">
|
||||
<div class="row">
|
||||
<!-- self -->
|
||||
<div class="col-6">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue