fix: playground(drawer) comment (#7695)

This commit is contained in:
橙子
2026-03-19 09:03:40 +08:00
committed by GitHub
parent bed97a84d8
commit d43a3729c3

View File

@@ -60,7 +60,7 @@ function openInContentDrawer(placement: DrawerPlacement = 'right') {
}
function openMaxContentDrawer() {
// 这里只是用来演示方便。实际上自己使用的时候可以直接将这些配置卸载Drawer的属性里
// 这里只是用来演示方便。实际上自己使用的时候可以直接将这些配置写在Drawer的属性里
inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open();
}