Skip to content

Commit

Permalink
增加缺失依赖项;notification定时消失;
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiRong committed May 2, 2020
1 parent 8cdd519 commit cc0b987
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
<p><strong><a href='https://github.com/thegreatjavascript/FakeScreenshot#%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8' _target='blanket'>从Github仓库下载</a></strong></p>
</div>`,
type: 'success',
duration: 0,
duration: 4000,
});
},
};
Expand Down
Loading

0 comments on commit cc0b987

Please sign in to comment.