mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-08 19:47:05 +08:00
12 lines
180 B
Vue
12 lines
180 B
Vue
<template>
|
|
<i class="t-t-design-adapter-icon t-icon">
|
|
<slot></slot>
|
|
</i>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
defineOptions({
|
|
name: 'TTDesignAdapterIcon',
|
|
});
|
|
</script>
|