Skip to content

Commit

Permalink
improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 23, 2016
1 parent 91f9317 commit 2d2a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(function() {
let App = require("./App.vue");

new Vue({
let app = new Vue({
el: "body",
components: {
App
Expand Down

0 comments on commit 2d2a819

Please sign in to comment.