Skip to content

Commit

Permalink
fix: typo (#4047)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 authored Aug 6, 2024
1 parent 6c002bb commit 0c18912
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web-naive/src/views/demos/naive/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0c18912

Please sign in to comment.