Skip to content

Commit

Permalink
fix(Example): make source expansion panel lazy
Browse files Browse the repository at this point in the history
workaround for v-tabs nextTick bug in 1.3.0
  • Loading branch information
KaelWD committed Oct 21, 2018
1 parent 026f6d8 commit b2257e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/helpers/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
ref="panel"
v-model="panel"
).elevation-0
v-expansion-panel-content
v-expansion-panel-content(lazy)
v-divider(v-if="!readonly")
v-tabs(
ref="tabs"
Expand Down

0 comments on commit b2257e7

Please sign in to comment.