mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-24 13:05:02 +00:00
wip(table): perf table #136,146,134
This commit is contained in:
12
src/App.vue
12
src/App.vue
@@ -1,9 +1,5 @@
|
||||
<template>
|
||||
<ConfigProvider
|
||||
v-bind="lockEvent"
|
||||
:locale="antConfigLocale"
|
||||
:transform-cell-text="transformCellText"
|
||||
>
|
||||
<ConfigProvider v-bind="lockEvent" :locale="antConfigLocale">
|
||||
<AppProvider>
|
||||
<router-view />
|
||||
</AppProvider>
|
||||
@@ -14,7 +10,7 @@
|
||||
import { defineComponent } from 'vue';
|
||||
import { ConfigProvider } from 'ant-design-vue';
|
||||
|
||||
import { getConfigProvider, initAppConfigStore } from '/@/setup/App';
|
||||
import { initAppConfigStore } from '/@/setup/App';
|
||||
|
||||
import { useLockPage } from '/@/hooks/web/useLockPage';
|
||||
import { useLocale } from '/@/hooks/web/useLocale';
|
||||
@@ -28,9 +24,6 @@
|
||||
// Initialize vuex internal system configuration
|
||||
initAppConfigStore();
|
||||
|
||||
// Get ConfigProvider configuration
|
||||
const { transformCellText } = getConfigProvider();
|
||||
|
||||
// Create a lock screen monitor
|
||||
const lockEvent = useLockPage();
|
||||
|
||||
@@ -38,7 +31,6 @@
|
||||
const { antConfigLocale } = useLocale();
|
||||
|
||||
return {
|
||||
transformCellText,
|
||||
antConfigLocale,
|
||||
lockEvent,
|
||||
};
|
||||
|
Reference in New Issue
Block a user