Skip to content

Commit

Permalink
fix(utils): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Jan 20, 2025
1 parent 931104a commit 32b7107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/renderless/src/currency/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const fixServiceData =
if (text) {
option[valueField] = text
} else {
logger.warn('data error. set it to the default value.', 'warn')
logger.warn('data error. set it to the default value.')
option[textField] = option[valueField] = props.currency
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/vue-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
"@opentiny/vue-locale": "workspace:~",
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"@opentiny/utils": "workspace:~",
"tailwind-merge": "^1.8.0"
},
"scripts": {
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}
}

0 comments on commit 32b7107

Please sign in to comment.