Przeglądaj źródła

fix: playground(drawer) comment (#7695)

橙子 2 miesięcy temu
rodzic
commit
d43a3729c3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      playground/src/views/examples/drawer/index.vue

+ 1 - 1
playground/src/views/examples/drawer/index.vue

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