Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要禁用 Q-Date Quasar 控件上的双击操作,但文档中没有参考。
有没有办法禁用它?
@dblclick.native.prevent.stop如果它是一个<q-something>组件。
@dblclick.native.prevent.stop
<q-something>
@dblclick.prevent.stop如果它是一个普通的 HTML 元素
@dblclick.prevent.stop