blueloveTH 2 năm trước cách đây
mục cha
commit
89f18c1b2a
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      docs/quick-start/bind.md

+ 7 - 1
docs/quick-start/bind.md

@@ -108,4 +108,10 @@ struct Point {
     }));
     }));
   }
   }
 };
 };
-```
+```
+
+### Old style binding
+
+You may see somewhere in the code that `vm->bind_method<>` or `vm->bind_func<>` is used.
+They are old style binding functions and are deprecated.
+You should use `vm->bind` instead.