feat: enhances compatibility with APIs returning large numeric values (#6250)

This commit is contained in:
Netfan
2025-05-23 15:22:18 +08:00
committed by GitHub
parent 9f9be21e2a
commit a1091bad46
8 changed files with 131 additions and 1 deletions

View File

@@ -255,6 +255,16 @@ const routes: RouteRecordRaw[] = [
title: $t('demos.features.requestParamsSerializer'),
},
},
{
name: 'BigIntDemo',
path: '/demos/features/json-bigint',
component: () =>
import('#/views/demos/features/json-bigint/index.vue'),
meta: {
icon: 'lucide:grape',
title: 'JSON BigInt',
},
},
],
},
// 面包屑导航