Added new index for docs/, works on mobile now

This commit is contained in:
booploops 2021-11-30 10:17:02 -08:00
parent cca838ea1e
commit f6bfa9d088
26 changed files with 251 additions and 157 deletions

9
docs/app-win/index.js Normal file
View file

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