mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-20 04:53:56 +00:00
5 lines
232 B
PHP
5 lines
232 B
PHP
<div class="row d-none" :class="[{'d-flex': $store.getters.isCustomer}]" v-if="$store.getters.isCustomer">
|
|
<div class="col">
|
|
<customer-dashboard-section-component></customer-dashboard-section-component>
|
|
</div>
|
|
</div> |