fix: plugin-layout

This commit is contained in:
万纯 2021-03-15 16:51:55 +08:00
parent a9e76dc2bb
commit 9e611b0127

View File

@ -1,6 +1,7 @@
<script> <script>
import { ref, onBeforeMount } from 'vue'; import { ref, onBeforeMount } from 'vue';
// eslint-disable-next-line import/extensions
import Icons from '../icons'; import Icons from '../icons';
import { validateContent } from '../helpers/svg'; import { validateContent } from '../helpers/svg';
@ -32,7 +33,7 @@ export default {
} }
if (AText.value) { if (AText.value) {
return ( return (
<span className={'fes-layout-icon'} innerHTML={AText.value}> <span className={'fes-layout-icon anticon'} innerHTML={AText.value}>
</span> </span>
); );
} }