mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: plugin-layout
This commit is contained in:
parent
a9e76dc2bb
commit
9e611b0127
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user