mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
wip(table): perf table #136,146,134
This commit is contained in:
@@ -25,7 +25,6 @@ export function createContext<T>(
|
||||
const { readonly = true, createProvider = false } = options;
|
||||
|
||||
const state = reactive(context);
|
||||
|
||||
const provideData = readonly ? defineReadonly(state) : state;
|
||||
!createProvider && provide(key, provideData);
|
||||
|
||||
|
Reference in New Issue
Block a user