File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Functionality includes: if active component is selected, will switch view to editing mode. If not, it will be in create mode -->
3
3
<template >
4
4
<q-card id =" store-cards" >
5
- <!-- <UploadImage v-if="activeComponent === ''"/>
5
+ <!-- <UploadImage v-if="activeComponent === ''"/> -->
6
6
<CreateComponent v-if =" activeComponent === ''" />
7
- <EditDeleteComponents v-if="activeComponent !== ''"/> -->
7
+ <!-- < EditDeleteComponents v-if="activeComponent !== ''"/> -->
8
8
</q-card >
9
9
</template >
10
10
11
11
<script >
12
- // import CreateComponent from './CreateComponent.vue'
12
+ import CreateComponent from ' ./CreateComponent.vue'
13
13
// import EditDeleteComponents from './EditDeleteComponents.vue'
14
14
import { mapState } from ' vuex'
15
15
// import UploadImage from '../UploadImage.vue'
@@ -25,7 +25,7 @@ export default {
25
25
])
26
26
},
27
27
components: {
28
- // CreateComponent,
28
+ CreateComponent,
29
29
// EditDeleteComponents,
30
30
// UploadImage,
31
31
}
You can’t perform that action at this time.
0 commit comments