create searchBox section

This commit is contained in:
HAM!DREZA
2024-06-10 13:18:04 +03:30
parent 5310ec4dbc
commit c8bfc3c177
22 changed files with 1124 additions and 596 deletions
+8 -1
View File
@@ -269,4 +269,11 @@
</div>
</div>
</div>
</template>
<!-- <Markdown :source="source" /> -->
</template>
<script setup>
// import Markdown from 'vue3-markdown-it';
// const source = 'The *quick* brown fox, jumped **over** the lazy [dog](https://en.wikipedia.org/wiki/Dog)'
</script>