mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
visgraph: trying to pass value to edit relationship form fields (wip)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user