2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-09 00:32:24 +03:00
This commit is contained in:
rawilk
2020-08-30 13:44:53 -05:00
parent a46197db54
commit d758bff4ee
3 changed files with 4 additions and 15930 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -48,7 +48,7 @@ sort: 2
</div>
<vue-context ref="menu">
<template slot-scope="child" v-if="child.data">
<template v-slot="child" v-if="child.data">
<li>
<a @click.prevent="alertName(child.data.name)">
Alert name
File diff suppressed because one or more lines are too long