zzz-pc-view 0.0.43 → 0.0.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
@@ -288,7 +288,6 @@ export declare const useNavStore: () => {
288
288
  readonly setNavs: (option: {
289
289
  navs: ZNav[];
290
290
  pageViewMap: ComponentViewMap;
291
- pageViewPathIgnore?: RegExp;
292
291
  RootPageView: RawRouteComponent;
293
292
  NotFoundPageView?: RawRouteComponent;
294
293
  }) => void;