Use different slot syntax

This commit is contained in:
Oliver Davies 2019-06-18 20:51:58 +01:00
parent c9489394d7
commit 58e682d51f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<template>
<div>
<banner>
<template v-slot:banner-left>
<template #banner-left>
<project-breadcrumb :project="project"/>
</template>
</banner>

View file

@ -1,7 +1,7 @@
<template>
<div>
<banner>
<template v-slot:sub-banner>
<template #sub-banner>
<project-search/>
</template>
</banner>