QSpace
QSpace(没有 props)的用途是简单地填充 flexbox DOM 元素内的所有可用空间。
¥The purpose of QSpace (has no props) is to simply fill all available space inside of a flexbox DOM element.
附注:所有 Quasar 组件都使用 flexbox。例如(有很多例子,我仅举一例),这意味着你可以在 QToolbar 中使用 QSpace。
¥As a sidenote, all Quasar components use flexbox. So what this means, for example (there are numerous examples, just mentioning one), is that you can use QSpace in a QToolbar.
用法(Usage)
¥Usage
这只是两个示例,你可以大致了解它的使用方法。
¥These are only two examples so you can get a glimpse on how to use it.