chore: minify html

This commit is contained in:
nebv
2020-10-13 23:52:01 +08:00
parent ba070c5e41
commit 7c4dd24481
8 changed files with 125 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
import zhCN from 'ant-design-vue/es/locale/zh_CN';
import moment from 'moment';
import 'moment/locale/zh-cn';
import axios from 'axios';
import { useConfigProvider, useInitAppConfigStore, useListenerNetWork } from './useApp';
import { useLockPage } from '/@/hooks/web/useLockPage';
@@ -25,6 +26,7 @@
createBreakpointListen();
const { transformCellText } = useConfigProvider();
const { on: lockOn } = useLockPage();
axios.get('/api/users?page=2');
return {
transformCellText,
zhCN,