mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
.ant-menu-horizontal > li.ant-menu-item
ant-design 乱入,去掉貌似是css语言的内容 .ant-menu-horizontal > li.ant-menu-item
This commit is contained in:
parent
3cbb8476e3
commit
1092e53793
@ -66,7 +66,7 @@ class Bar {
|
|||||||
var b = new Bar();
|
var b = new Bar();
|
||||||
b.doStuff() // "stuff"
|
b.doStuff() // "stuff"
|
||||||
```
|
```
|
||||||
.ant-menu-horizontal > li.ant-menu-item
|
|
||||||
构造函数的`prototype`属性,在ES6的“类”上面继续存在。事实上,类的所有方法都定义在类的`prototype`属性上面。
|
构造函数的`prototype`属性,在ES6的“类”上面继续存在。事实上,类的所有方法都定义在类的`prototype`属性上面。
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user