mirror of
https://github.com/wangdoc/typescript-tutorial.git
synced 2025-12-20 00:50:17 +08:00
docs(enum): fixed #122
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
This commit is contained in:
@@ -312,7 +312,7 @@ enum Foo {
|
||||
// 等同于
|
||||
enum Foo {
|
||||
A,
|
||||
B = 1,
|
||||
B = 1,
|
||||
C = 2
|
||||
}
|
||||
```
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
"dependencies": {
|
||||
"gh-pages": "6.x",
|
||||
"loppo": "^0.6.25",
|
||||
"loppo-theme-wangdoc": "^0.7.1"
|
||||
"loppo-theme-wangdoc": "^0.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user