Dockerize

This commit is contained in:
2025-03-01 11:54:51 -06:00
parent 77f69becf9
commit f85f1ec3f6
7 changed files with 37 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ export default defineComponent({
},
methods: {
uploadSprite(file) {
console.log(file);
if (!file) {
this.sprite_error = null;
this.sprite = null;