Skip to content

Commit

Permalink
Remove Unnecessary Property style Causing Console Warnings (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Ford committed Apr 17, 2024
1 parent 6b92f77 commit 777b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/CodepenEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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,
editors: 101,
layout: 'right',
html: this.getHtml(),
js: this.getScript(),
Expand Down

0 comments on commit 777b713

Please sign in to comment.