fix(flow-tester): Blade 이스케이핑 오류 수정 (@verbatim 적용)

This commit is contained in:
2025-11-27 20:00:35 +09:00
parent f292765035
commit 9440742d84

View File

@@ -119,6 +119,7 @@ class="px-4 py-2 bg-gray-600 hover:bg-gray-700 text-white rounded-lg transition-
}
</style>
@verbatim
<script>
const ExampleFlows = {
'item-master-full': {
@@ -447,3 +448,4 @@ class="px-4 py-2 bg-gray-600 hover:bg-gray-700 text-white rounded-lg transition-
}
});
</script>
@endverbatim