child or siblings
App.vue template they are used here: <template> <div id="app" class="h-100"> <HeadComponent ref="foo" /> <div class="d-flex" :style="contentStyle"> <LeftComponent ref="foo" class="w-25 h-100" /> <ContentComponent class="w-75 h-100" /> </div> </div> </template>
Обсуждают сегодня