refactor: show btn view example
This commit is contained in:
parent
6df79dae80
commit
f777e50bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -943,6 +943,7 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- #TODO add goToQuotation as @goto-quotation-->
|
<!-- #TODO add goToQuotation as @goto-quotation-->
|
||||||
|
|
||||||
<DocumentExpansion
|
<DocumentExpansion
|
||||||
v-if="view === null"
|
v-if="view === null"
|
||||||
:readonly
|
:readonly
|
||||||
|
|
@ -1155,7 +1156,6 @@ onMounted(async () => {
|
||||||
<nav class="row justify-end">
|
<nav class="row justify-end">
|
||||||
<!-- TODO: view example -->
|
<!-- TODO: view example -->
|
||||||
<MainButton
|
<MainButton
|
||||||
v-if="view === null"
|
|
||||||
class="q-mr-auto"
|
class="q-mr-auto"
|
||||||
outlined
|
outlined
|
||||||
icon="mdi-play-box-outline"
|
icon="mdi-play-box-outline"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue