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 22Functionality includes: if active component is selected, will switch view to editing mode. If not, it will be in create mode -->
33<template >
44 <q-card id =" store-cards" >
5- <!-- <UploadImage v-if="activeComponent === ''"/>
5+ <!-- <UploadImage v-if="activeComponent === ''"/> -->
66 <CreateComponent v-if =" activeComponent === ''" />
7- <EditDeleteComponents v-if="activeComponent !== ''"/> -->
7+ <!-- < EditDeleteComponents v-if="activeComponent !== ''"/> -->
88 </q-card >
99</template >
1010
1111<script >
12- // import CreateComponent from './CreateComponent.vue'
12+ import CreateComponent from ' ./CreateComponent.vue'
1313// import EditDeleteComponents from './EditDeleteComponents.vue'
1414import { mapState } from ' vuex'
1515// import UploadImage from '../UploadImage.vue'
@@ -25,7 +25,7 @@ export default {
2525 ])
2626 },
2727 components: {
28- // CreateComponent,
28+ CreateComponent,
2929 // EditDeleteComponents,
3030 // UploadImage,
3131 }
You can’t perform that action at this time.
0 commit comments