Improved action dialog style

This commit is contained in:
ThaumRystra
2024-04-30 12:47:53 +02:00
parent 8b3e95e1ae
commit 9d3f9ce14a
2 changed files with 126 additions and 50 deletions

View File

@@ -52,7 +52,6 @@ export default {
methods: {
emitInput(e) {
e = e || 0;
console.log(e);
this.$emit('input', e)
}
}