mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-20 03:50:47 +00:00
8 lines
121 B
Vue
8 lines
121 B
Vue
<template>
|
|
<i style="width: 1em; height: 1em">
|
|
<slot></slot>
|
|
</i>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|