forked from mirrors/homebox
feat: allow nested relationships for locations and items (#102)
Basic implementation that allows organizing Locations and Items within each other.
This commit is contained in:
parent
fe6cd431a6
commit
a4b4fe3454
37 changed files with 2329 additions and 126 deletions
|
@ -3,7 +3,6 @@
|
|||
v-if="to"
|
||||
v-bind="attributes"
|
||||
ref="submitBtn"
|
||||
:to="to"
|
||||
class="btn"
|
||||
:class="{
|
||||
loading: loading,
|
||||
|
@ -64,7 +63,7 @@
|
|||
const attributes = computed(() => {
|
||||
if (props.to) {
|
||||
return {
|
||||
href: props.to,
|
||||
to: props.to,
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue