mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-19 19:28:17 +00:00
8 lines
89 B
Vue
8 lines
89 B
Vue
<template>
|
|
<i>
|
|
<slot></slot>
|
|
</i>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|