Skip to content

Commit 3da6fff

Browse files
author
uni@uni-macmini.local
committed
chore(dev): update framework #0
1 parent c70945f commit 3da6fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/uni-cli-shared/lib/dom2/app/@vue/compiler-vapor-dom2/dist/compiler-vapor-dom2.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uni-uts-v1/lib/uts/types/uni-x/@vue/runtime-vapor-dom2/dist/runtime-vapor-dom2.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export declare function nextSharedDataTick(fn: () => void): Promise<void>;
317317
//#endregion
318318
//#region temp/packages/runtime-vapor-dom2/src/sharedData/index.d.ts
319319
type SharedDataRootDatasetSource = "own" | "fallthrough";
320-
export declare function setSharedData<S extends UniSharedData, V>(sharedData: S, key: string, value: V): V;
320+
export declare function setSharedData<S extends UniSharedData, V>(sharedData: S, key: string, value: V, useCache?: boolean): V;
321321
export declare function setSharedDataDynamicProps<S extends UniSharedData>(sharedData: S, key: string, value: any[], root?: boolean): UniSharedDataJSONObject;
322322
export declare function setSharedDataDynamicEvents<S extends UniSharedData>(sharedData: S, key: string, events: Record<string, (...args: any[]) => any>): UniSharedDataJSONObject;
323323
export declare function setSharedDataClass<S extends UniSharedData, V>(sharedData: S, key: string, value: V): string[];

0 commit comments

Comments
 (0)