2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
This commit is contained in:
18alantom 2023-05-09 12:43:07 +05:30
parent 758930796c
commit 64b456798f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-books",
"version": "0.13.0",
"version": "0.14.0",
"description": "Simple book-keeping app for everyone",
"main": "background.js",
"author": {

View File

@ -55,7 +55,7 @@ export default {
}
},
select() {
this.$refs.control.$refs?.input?.select()
this.$refs.control.$refs?.input?.select();
},
focus() {
this.$refs.control.focus();