info.vue
400 Bytes
/**
* Created by TaoHuang on 2017/5/4.
*/
<template>
<LayoutBody>
<IFrame src="http://shops.yohobuy.com/supplier/shop/decorationDetail/792/1/editor/1576/"></IFrame>
</LayoutBody>
</template>
<script>
export default {
created() {
},
data() {
return {
};
},
methods: {
}
};
</script>
<style lang="scss">
</style>