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

@@ -8,10 +8,11 @@ var fs = require('fs');
var path = require('path');
var join = path.join;
// module to control application life
var app = require('app');
var ipc = require('ipc-main');
var dialog = require('dialog');
var shell = require('shell');
var electron = require('electron');
var app = electron.app;
var ipc = electron.ipcMain;
var dialog = electron.dialog;
var shell = electron.shell;
const USERDATA = app.getPath('userData');
const USERDESKTOP = app.getPath('userDesktop');