update: add onboarding create order flow component.

This commit is contained in:
weichien00
2021-08-05 03:02:26 +08:00
parent 3b1218e1ea
commit efae44cfb0
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,5 @@
<div class="row d-none" :class="[{'d-flex': !$store.getters.isAdmin}]" v-if="!$store.getters.isAdmin">
<div class="col">
<customer-dashboard-section-component></customer-dashboard-section-component>
<create-order-component v-show="$store.getters.isLoading('createOrderSection')||$store.getters.getOrder==0"></create-order-component>
</div>
</div>
@@ -1,5 +1,6 @@
@extends('layouts.base_portal')
@section('inner_content')
@include('pages.dashboards.customer')
<h1>TEWTASE</h1>
<h1>TEWTASE</h1>
<h1>TEWTASE</h1>