feat:【antd】【mp】mp 的代码评审(components)
This commit is contained in:
@@ -7,6 +7,7 @@ const props = defineProps<{
|
||||
item: any;
|
||||
}>();
|
||||
|
||||
// TODO @hw:看看用 antd 的风格,还是 ele 的风格,就是下面的 item。
|
||||
const item = ref(props.item);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user