mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-14 00:39:21 +08:00
8 lines
89 B
Vue
8 lines
89 B
Vue
<template>
|
|
<i>
|
|
<slot></slot>
|
|
</i>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|