Skip to content

Commit

Permalink
fix: u-keyboard名称冲突warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Sep 9, 2024
1 parent 5ec59b3 commit 35678a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
* @example <up-keyboard ref="uKeyboard" mode="car" v-model="show"></up-keyboard>
*/
export default {
name: "up-keyboard",
name: "up-car-keyboard",
mixins: [mpMixin, mixin, props],
data() {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
* @example
*/
export default {
name: 'up-number-keyboard',
mixins: [mpMixin, mixin, props],
data() {
return {
Expand Down

0 comments on commit 35678a0

Please sign in to comment.