improve multiselect

This commit is contained in:
LouisLam
2021-08-08 21:03:10 +08:00
parent 7b1000d995
commit 3265c3cbc3
5 changed files with 41 additions and 8 deletions

View File

@@ -39,6 +39,6 @@ export function ucfirst(str) {
export function debug(msg) {
if (process.env.NODE_ENV === "development") {
console.debug(msg);
console.log(msg);
}
}