Li Kui
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
apps/web-naive/src/views/demos/naive/index.vue
|
|
|
@ -14,9 +14,7 @@ function warning() { |
|
|
|
message.warning('How many roads must a man walk down'); |
|
|
|
} |
|
|
|
function success() { |
|
|
|
message.success( |
|
|
|
"'Cause you walked hand in hand With another man in my place", |
|
|
|
); |
|
|
|
message.success('Cause you walked hand in hand With another man in my place'); |
|
|
|
} |
|
|
|
function loading() { |
|
|
|
message.loading( |
|
|
|
|