We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68cdbc commit 5c56fd5Copy full SHA for 5c56fd5
docs/enum.md
@@ -312,7 +312,7 @@ enum Foo {
312
// 等同于
313
enum Foo {
314
A,
315
- B = 1,
+ B = 1,
316
C = 2
317
}
318
```
package.json
@@ -22,6 +22,6 @@
22
"dependencies": {
23
"gh-pages": "6.x",
24
"loppo": "^0.6.25",
25
- "loppo-theme-wangdoc": "^0.7.1"
+ "loppo-theme-wangdoc": "^0.7.3"
26
27
0 commit comments