feat:选择文字弹窗

This commit is contained in:
2025-06-26 17:12:35 +08:00
parent 0992d9f2d1
commit aa9d74c2d1
12 changed files with 314 additions and 5 deletions
@@ -0,0 +1,10 @@
{
"component": true,
"styleIsolation": "isolated",
"usingComponents": {
"van-popup": "@vant/weapp/popup/index",
"toy-button": "/ui/button/button",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index"
}
}