角色管理
This commit is contained in:
@@ -30,9 +30,10 @@
|
||||
|
||||
<script lang='ts' setup name='SelectIcon'>
|
||||
import * as Icons from '@element-plus/icons-vue'
|
||||
import { computed, ref } from 'vue';
|
||||
|
||||
interface SelectIconProps {
|
||||
iconValue: string;
|
||||
iconValue: string| undefined;
|
||||
title?: string;
|
||||
clearable?: boolean;
|
||||
placeholder?: string;
|
||||
@@ -82,6 +83,7 @@ const iconsList = computed((): { [key: string]: any } => {
|
||||
}
|
||||
return result
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang='scss'>
|
||||
|
||||
Reference in New Issue
Block a user