1👍
You can use Quasar’s excellent layout system to achieve this.
First, you have to distribute evenly your groups.
Apply the class col-6
to the sections (Group 1, Group 2) separated by your <q-separator vertical>
.
Then, simply apply the class col
to your Group 2 sub-sections (A, B).
- [Vuejs]-My PieChart doesn't updated, when data changed
- [Vuejs]-How to pass an array of string as a query parameter with same param name in Vue.js?
Source:stackexchange.com