update
This commit is contained in:
10
app/components/content/ProseCode1.vue
Normal file
10
app/components/content/ProseCode1.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
// 行内代码组件
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<code
|
||||
class="bg-primary-10 text-primary dark:text-primary px-1.5 py-0.5 rounded-md font-mono text-[0.9em]"
|
||||
><slot
|
||||
/></code>
|
||||
</template>
|
||||
Reference in New Issue
Block a user