visgraph: trying to pass value to edit relationship form fields (wip)

This commit is contained in:
2021-11-08 16:59:27 +01:00
parent 46e552d034
commit d6da6a5d9d
6 changed files with 246 additions and 108 deletions

View File

@@ -1,4 +1,6 @@
<template>
<test></test>
<banner></banner>
<sticky-nav></sticky-nav>
@@ -23,8 +25,8 @@
</p>
</div>
</template>
<script>
import test from 'ChillPersonAssets/vuejs/VisGraph/components/test'
import { mapState } from 'vuex'
import Banner from './components/Banner.vue';
import StickyNav from './components/StickyNav.vue';
@@ -42,6 +44,7 @@ import Confirm from './components/Confirm.vue';
export default {
name: 'App',
components: {
test,
Banner,
StickyNav,
OriginDemand,