You've already forked vue-element-admin
perf: add jsdoc for utils and format some code (#1883)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
* @param {Number} w
|
||||
* @param {Number} h
|
||||
*/
|
||||
|
||||
export default function openWindow(url, title, w, h) {
|
||||
// Fixes dual-screen position Most browsers Firefox
|
||||
const dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : screen.left
|
||||
|
||||
Reference in New Issue
Block a user