Skip to content

Commit

Permalink
replace soon depracated slot-scope with v-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Mar 25, 2021
1 parent d9a1549 commit cf2e0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shopify/snippets/vue-examples.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

<div class="shopify-theme-lab__example">
<!-- renderless component example: src/vue/components/renderless/my-component.vue -->
<renderless-my-component>
<div slot-scope="{ visible, toggle }">
<renderless-my-component v-slot="{ visible, toggle }">
<div>
<div class="shopify-theme-lab__subline">
Renderless Vue component + Vuex
</div>
Expand Down

0 comments on commit cf2e0e8

Please sign in to comment.