@mixd-id/web-scaffold 0.1.230406098 → 0.1.230406099

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406098",
4
+ "version": "0.1.230406099",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -116,6 +116,7 @@ export default{
116
116
  methods:{
117
117
 
118
118
  select(){
119
+ this.$refs.input.focus()
119
120
  this.$refs.input.select()
120
121
  },
121
122