Skip to content

Commit

Permalink
fix: 此处switch default后面可加上break
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzh committed Dec 23, 2024
1 parent c345bb4 commit 8157e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
break;
default:
use(enLocale);
break;
}
};
localize(lang);
Expand Down

0 comments on commit 8157e1a

Please sign in to comment.