jianboy 1 year ago
parent
commit
09c438cb62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/main.js

+ 2 - 2
app/main.js

@@ -99,8 +99,8 @@ new Sqlite(dbname).then(database => {
       initDb(database);
   }
 
-  
+
 });
 new Vue({
-  render: (h) => h(App),
+  render: h => h('frame', [h(App)])
 }).$start()