Skip to content

Commit

Permalink
fix(vue): Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Jan 28, 2021
1 parent 0c6495a commit c1f209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/vue/vue-onsenui-examples/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const mainList = {
props: ['examples', 'changeExample']
};

const vm = new Vue({
new Vue({
el: '#app',
components: { ...examples },
template: `
Expand Down

0 comments on commit c1f209b

Please sign in to comment.