Added drawer, added mouse overs

This commit is contained in:
booploops 2021-11-22 23:40:48 -08:00
parent cf833bf959
commit 8bb6d81802
4 changed files with 38 additions and 10 deletions

View file

@ -1,6 +1,6 @@
var app = new Vue({
el: "#app",
data: {
drawertest: false
}
})