Skip to content

Commit

Permalink
尝试解决
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzongzheng committed Nov 15, 2017
1 parent f6a7dc0 commit 0d27295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player",
"version": "1.0.15",
"version": "1.0.16",
"author": "sunzongzheng <[email protected]>",
"description": "An electron-vue project",
"license": "CC0-1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import axios from 'axios'
import ElementUI from 'element-ui'
import VueContextMenu from '@xunlei/vue-context-menu'
import 'element-ui/lib/theme-chalk/index.css'
import 'element-ui/packages/popover'

import directive from 'element-ui/packages/popover/src/directive'
import App from './App'
import router from './router'
import store from './store'
Expand All @@ -16,6 +15,7 @@ import config from '../../config/index'

Vue.use(ElementUI)
Vue.use(VueContextMenu)
Vue.directive('popover', directive)

if (!process.env.IS_WEB) Vue.use(require('vue-electron'))

Expand Down

0 comments on commit 0d27295

Please sign in to comment.