props
AppTest.vue
components/
Test-1.vue
Test-2.vue
<div>
<app-test component-name="Test-1" />
</div>
<template>
<div>
<component :is="componentName"></component>
</div>
</template>
<script>
export default {
props: {
componentName: String,
},
created() {
this.$options.components[this.componentName] = () => import(`./components/${this.componentName}.vue`);
}
};
</script>
The HTML element represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements.
href = "#"
, то href="#"
. block-cards и .wrap-block-cards
.header-wrap
.wrap-nav
alt = "icon"
как информативно тоfont-family: 'MyriadProRegular';
нет fallback-шрифта.logo__link
не картинкой, не помню как, но это 100% можно сделать через css, как и у .block-cards__card
, UPD: например https://codepen.io/notiv/pen/VwwxemQ?editors=1100.block-cards__card
полный отстой, 50px слишком много, 15 максимум