mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
"use strict";
|
|
try {
|
|
module.exports = require('./register')().Promise || null
|
|
} catch(e) {
|
|
module.exports = null
|
|
}
|