fix: importing runtime

This commit is contained in:
Lea Anthony
2019-10-09 14:44:53 +11:00
parent 9aca99911e
commit 79c258bbe0
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import App from './App.vue';
Vue.config.productionTip = false;
Vue.config.devtools = true;
import Wails from '@wailsapp/runtime';
import * as Wails from '@wailsapp/runtime';
Wails.Init(() => {
new Vue({