Skip to content

Commit

Permalink
Merge pull request #82 from dammy001/chore/fix-paste-focus
Browse files Browse the repository at this point in the history
chore: fix paste focus on wrong input
  • Loading branch information
dammy001 committed May 21, 2022
2 parents 5144529 + 71028d6 commit 97e63d9
Show file tree
Hide file tree
Showing 6 changed files with 1,441 additions and 1,458 deletions.
1 change: 0 additions & 1 deletion examples/split-input-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
const clear = () => splitInputRef.value?.clearAllInput();
</script>

<template>
<div class="flex justify-center">
<div class="flex gap-1">
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"main": "./dist/index.es.js",
"module": "./dist/index.es.js",
"types": "./src/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
Expand Down Expand Up @@ -49,12 +49,13 @@
},
"homepage": "https://github.com/dammy001/vue-split-input#readme",
"peerDependencies": {
"vue": "^3.2.*"
"vue": "^3.*"
},
"devDependencies": {
"vue": "3.2.35",
"@damilaredev/tsconfig": "1.5.1",
"@vitejs/plugin-vue": "2.3.3",
"vite-plugin-dts": "latest",
"@types/node": "16.11.36",
"bumpp": "7.1.1",
"microbundle": "0.15.0",
Expand Down
Loading

0 comments on commit 97e63d9

Please sign in to comment.