mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-20 13:10:32 +03:00
wip
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
|
||||
<vue-context ref="menu">
|
||||
<template slot-scope="child" v-if="child && child.data">
|
||||
<template v-slot="child" v-if="child.data">
|
||||
<li>
|
||||
<a @click.prevent="alertName(child.data.name)">
|
||||
Alert name
|
||||
|
||||
Reference in New Issue
Block a user