fix
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import { IPageComponent } from '@/type/IPageComponent';
|
||||
import sha256 from 'js-sha256';
|
||||
import { sha256 } from 'js-sha256';
|
||||
|
||||
// 缓存对象
|
||||
const idToObjectCache = new Map<string, IPageComponent>();
|
||||
|
||||
Reference in New Issue
Block a user