Skip to content

Commit

Permalink
Registered: the component in the parent(vuestorefront#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Apr 16, 2021
1 parent f2833a0 commit aaea72c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions components/organisms/o-header-minimal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
</template>

<script>
import ALogo from 'theme/components/atoms/a-logo';
import Vue from 'vue'
Vue.component('ALogo', ALogo)
export default {
name: 'OHeaderMinimal'
};
Expand Down
4 changes: 3 additions & 1 deletion layouts/Minimal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
</template>

<script>
import ALogo from 'theme/components/atoms/a-logo';
import OHeaderMinimal from 'theme/components/organisms/o-header-minimal';
import OFooter from 'theme/components/organisms/o-footer';
export default {
components: {
OHeaderMinimal,
OFooter
OFooter,
ALogo
}
}
</script>

0 comments on commit aaea72c

Please sign in to comment.