diff --git a/playground/package.json b/playground/package.json
index 4fc29f50..1dcfe01a 100644
--- a/playground/package.json
+++ b/playground/package.json
@@ -15,11 +15,13 @@
"@tmagic/core": "1.6.1",
"@tmagic/editor": "1.6.1",
"@tmagic/element-plus-adapter": "1.6.1",
+ "@tmagic/tdesign-vue-next-adapter": "1.6.1",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.11.4",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.2",
"serialize-javascript": "^6.0.2",
+ "tdesign-vue-next": "^1.17.1",
"vue": "catalog:",
"vue-router": "^4.5.1"
},
diff --git a/playground/src/components/AdapterSelect.vue b/playground/src/components/AdapterSelect.vue
new file mode 100644
index 00000000..11c23743
--- /dev/null
+++ b/playground/src/components/AdapterSelect.vue
@@ -0,0 +1,31 @@
+
+
+
+
+ element-plus
+ tdesign-vue-next
+
+
+
+
+
+
+
+
diff --git a/playground/src/components/NavMenu.vue b/playground/src/components/NavMenu.vue
index 068d0506..78b6fb12 100644
--- a/playground/src/components/NavMenu.vue
+++ b/playground/src/components/NavMenu.vue
@@ -1,5 +1,6 @@