Merge branch 'master' of https://github.com/zouzhibin/vue-admin-perfect into vue-i18n
This commit is contained in:
commit
1350b9d400
|
|
@ -24,7 +24,6 @@ export const columns = [
|
|||
{
|
||||
name: 'sex',
|
||||
label: '性别',
|
||||
|
||||
slot: true,
|
||||
search: true,
|
||||
span: 8,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@
|
|||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"noEmit": true,
|
||||
// 跳过库检查,解决打包失败
|
||||
"skipLibCheck": true,
|
||||
// 解析非相对模块名的基准目录
|
||||
|
|
|
|||
Loading…
Reference in New Issue