小虾米
小虾米
I have the same problem
新添加了一个 `Condvar` 的例子
> @Wjinlei 感谢这个精彩的 `pr`,由于比较复杂,我直到现在才回复,很抱歉哈~~我觉得其实有一个更好的办法,就是将你的例子作为新增而不是修改,你觉得如何 :) @sunface 我觉得完全OK
你这个需求我之前刚好遇到了,下面是我的修改,你看看 `src/components/menu/index.vue` ```vue return () => (
> > 你这个需求我之前刚好遇到了,下面是我的修改,你看看 `src/components/menu/index.vue` > > ``` > > return () => ( > > > mode={topMenu.value ? 'horizontal' : 'vertical'} > > v-model:collapsed={collapsed.value} > > v-model:open-keys={openKeys.value} > > auto-open={false}...
@gelguy Think you, And I was wondering, is it possible to set up multiple shortcuts? For example, in the following example, when I set C-j and C-k, Tab and S-Tab...
Oh, my God, I wanted to say "Thank you" instead of "Think you"
@gelguy Hello, how do I set multiple keys? I tried the following setting, but it didn't work. ```lua next_key = { "", "" }, previous_key = { "", "" }...