Use different slot syntax
This commit is contained in:
parent
c9489394d7
commit
58e682d51f
2 changed files with 2 additions and 2 deletions
src/views
|
@ -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…
Add table
Add a link
Reference in a new issue