fix(dropdown): add missing function

添加Dropdown组件缺失的函数
This commit is contained in:
无木 2021-09-20 19:06:26 +08:00
parent 8b00112d5a
commit a82a69d00d

View File

@ -91,4 +91,6 @@
return originAttrs;
};
});
const getAttr = (key: string | number) => ({ key });
</script>