@@ -87,6 +87,12 @@ const props = defineProps({
|
||||
/>
|
||||
</template>
|
||||
|
||||
<!-- table -->
|
||||
<template v-else-if="commandId === 'table'">
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M4 5.5h16M4 11.5h16M4 17.5h16M8.5 5.5v12M15.5 5.5v12" />
|
||||
<rect x="3" y="4" width="18" height="15" rx="1.5" stroke="currentColor" stroke-width="1.8" />
|
||||
</template>
|
||||
|
||||
<!-- code -->
|
||||
<template v-else-if="commandId === 'code'">
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user