fix(05-02): Clear.vue MDC component, replace raw div clear:both (hydration mismatch)

This commit is contained in:
2026-04-21 15:51:06 +02:00
parent 3e20e9ece9
commit 006df6ad30
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
<template>
<div class="not-prose clear-both" />
</template>