Use different slot syntax
This commit is contained in:
parent
c9489394d7
commit
58e682d51f
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<banner>
|
||||
<template v-slot:banner-left>
|
||||
<template #banner-left>
|
||||
<project-breadcrumb :project="project"/>
|
||||
</template>
|
||||
</banner>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<banner>
|
||||
<template v-slot:sub-banner>
|
||||
<template #sub-banner>
|
||||
<project-search/>
|
||||
</template>
|
||||
</banner>
|
||||
|
|
Loading…
Reference in a new issue