feat: update to new slot syntax
Prepare for vue 3
This commit is contained in:
parent
77f8b27dc6
commit
4454e6cf22
18 changed files with 104 additions and 106 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<div class="user">
|
||||
<img :src="userAvatar" alt="" class="avatar" width="40" height="40"/>
|
||||
<dropdown class="is-right" ref="usernameDropdown">
|
||||
<template v-slot:trigger>
|
||||
<template #trigger>
|
||||
<x-button
|
||||
type="secondary"
|
||||
:shadow="false">
|
||||
|
|
|
|||
Reference in a new issue