diff --git a/components.d.ts b/components.d.ts
index 94f030ca..0683e6ac 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -10,6 +10,7 @@ declare module 'vue' {
404: typeof import('./src/components/errorMessage/404.vue')['default']
500: typeof import('./src/components/errorMessage/500.vue')['default']
AButton: typeof import('ant-design-vue/es')['Button']
+ ACascader: typeof import('ant-design-vue/es')['Cascader']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AForm: typeof import('ant-design-vue/es')['Form']
diff --git a/index.html b/index.html
index 7e5c269e..cd5c84de 100644
--- a/index.html
+++ b/index.html
@@ -16,8 +16,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+