Сделал подсветку синтаксиса и кнопки перемещения

This commit is contained in:
Ilia Miheev
2026-03-25 00:13:06 +03:00
parent ad78917e91
commit 2c490c8359
8 changed files with 122 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const props = defineProps({
isSuccess: {
type: Boolean,
required: true
required: false
},
to: {
type: String,