vue2-client 1.19.95 → 1.19.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -44,7 +44,7 @@ export default class DateTools {
|
|
|
44
44
|
let signal = config?.signal
|
|
45
45
|
if (!signal) {
|
|
46
46
|
try {
|
|
47
|
-
const LogicRunner = (await import('
|
|
47
|
+
const LogicRunner = (await import('../../LogicRunner')).default
|
|
48
48
|
signal = LogicRunner?.getCurrentAbortSignal?.()
|
|
49
49
|
} catch (e) {
|
|
50
50
|
// 忽略导入错误
|