16 lines
278 B
Vue
16 lines
278 B
Vue
<template>
|
|
<MenuVue type="contact" />
|
|
<div><iframe src="http://tayronafoods.myshopify.com"></iframe></div>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
import MenuVue from '../../components/Menu.vue';
|
|
export default {
|
|
components: { MenuVue }
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style> |