金氧
金氧
麻烦提交一下最新的呗。
### 软件版本 v0.10.2 ### 运行环境 MacOS ### 运行架构 ARM [64] (别名:AArch64 / ARMv8) ### 重现步骤 点击切换主题按钮,切换当前主题 ### 期望的结果是什么? watch主题变量只执行一次 watch( () => theme.darkMode, () => { updateTheme(); } ); ###...
换不了天赋啊
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** Vue3 - **Browser:**...
macos menu can't bind action, only app titlebar menu invoke ation well. I didn't test Linux because there is currently no Linux environment. How can I bind all ? Can...
` Button::new("settings") .ghost() .icon(IconName::Settings) .popup_menu(move |this, window, cx| { this .scrollable() // .max_h(px(480.)) .menu_with_icon( "Settings", IconName::Settings, Box::new(Settings), ) .menu_with_icon("About", IconName::Info, Box::new(About)) .submenu("Help", window, cx, |submenu, _, _| { submenu.scrollable().menu("About", Box::new(About))...