migrate to v-slot
This commit is contained in:
parent
95e74319e1
commit
8d46fd78c7
20 changed files with 238 additions and 279 deletions
|
@ -45,10 +45,7 @@
|
|||
</div>
|
||||
<div class="user-reporting-panel-right">
|
||||
<List :items="statuses">
|
||||
<template
|
||||
slot="item"
|
||||
slot-scope="{item}"
|
||||
>
|
||||
<template v-slot:item="{item}">
|
||||
<div class="status-fadein user-reporting-panel-sitem">
|
||||
<Status
|
||||
:in-conversation="false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue