cider-ui-tests

This commit is contained in:
booploops 2021-11-22 20:31:09 -08:00
parent 5a0386b583
commit e33271fb6d
4 changed files with 57 additions and 6 deletions

View file

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