docs folder for stuff

This commit is contained in:
cryptofyre 2021-11-30 10:36:53 -06:00
parent 8d1fdb2fc0
commit 2847e90a37
21 changed files with 2569 additions and 0 deletions

9
docs/index.js Normal file
View file

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