This commit is contained in:
2023-03-27 20:32:32 +08:00
parent 1698626704
commit bcb3d23e37

View File

@@ -128,7 +128,9 @@ watch([fromExistingTags, newTags], (tags) => {
watch(
() => problem.languages,
() => {}
() => {
console.log(111)
}
)
</script>