update vue lib

This commit is contained in:
nuintun
2016-07-07 16:15:12 +08:00
parent 81aa74ddd9
commit 11416d4b35
10 changed files with 30 additions and 20 deletions

View File

@@ -4,7 +4,8 @@
'use strict';
var ipc = require('ipc-renderer');
var electron = require('electron');
var ipc = electron.ipcRenderer;
var fs = require('fs');
var path = require('path');
@@ -236,4 +237,4 @@ module.exports = Vue.component('app-main', {
}
}, false);
}
});
});