Skip to content

Commit

Permalink
fix: remove unnecessary prop style causing console warning
Browse files Browse the repository at this point in the history
Fixes #178
  • Loading branch information
wesdevpro committed Apr 17, 2024
1 parent 6b92f77 commit 1c085b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docs/src/components/CodepenEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
return JSON.stringify({
title: `${this.$route.meta.title} ${this.title ? this.title.toLowerCase() : ''} - Buefy example`,
tags: ['buefy', 'vue', 'bulma'],
editors: this.style ? 111 : 101,
layout: 'right',
html: this.getHtml(),
js: this.getScript(),
Expand Down

0 comments on commit 1c085b6

Please sign in to comment.