Skip to content

Commit

Permalink
fix(content): add missing :is="tag" to nuxt-content-container
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 21, 2021
1 parent 9b6823a commit ef7b18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/content/templates/nuxt-content.dev.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div :class="['nuxt-content-container', { 'is-editing': isEditing }]">
<div :class="['nuxt-content-container', { 'is-editing': isEditing }]" :is="tag">
<client-only>
<editor
v-show="isEditing"
Expand Down

0 comments on commit ef7b18d

Please sign in to comment.