mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
fix(dropdown): add missing function
添加Dropdown组件缺失的函数
This commit is contained in:
parent
8b00112d5a
commit
a82a69d00d
@ -91,4 +91,6 @@
|
||||
return originAttrs;
|
||||
};
|
||||
});
|
||||
|
||||
const getAttr = (key: string | number) => ({ key });
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user