1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

.ant-menu-horizontal > li.ant-menu-item

ant-design 乱入,去掉貌似是css语言的内容 .ant-menu-horizontal > li.ant-menu-item
This commit is contained in:
Jon 2016-09-06 23:09:59 +08:00 committed by GitHub
parent 3cbb8476e3
commit 1092e53793

View File

@ -66,7 +66,7 @@ class Bar {
var b = new Bar();
b.doStuff() // "stuff"
```
.ant-menu-horizontal > li.ant-menu-item
构造函数的`prototype`属性在ES6的“类”上面继续存在。事实上类的所有方法都定义在类的`prototype`属性上面。
```javascript