Add "quick entry" slot for model-crud component
custom app must define template etc. for that, if/when needed
This commit is contained in:
parent
18766831ea
commit
eab0ebcc00
|
@ -55,6 +55,8 @@
|
|||
</b-button>
|
||||
</div>
|
||||
|
||||
<slot name="quick-entry"></slot>
|
||||
|
||||
<div v-if="hasRows && mode == 'viewing'">
|
||||
<b-menu>
|
||||
<b-menu-list>
|
||||
|
|
Loading…
Reference in a new issue