mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
v0.14.0
This commit is contained in:
parent
758930796c
commit
64b456798f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frappe-books",
|
"name": "frappe-books",
|
||||||
"version": "0.13.0",
|
"version": "0.14.0",
|
||||||
"description": "Simple book-keeping app for everyone",
|
"description": "Simple book-keeping app for everyone",
|
||||||
"main": "background.js",
|
"main": "background.js",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -55,7 +55,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
select() {
|
select() {
|
||||||
this.$refs.control.$refs?.input?.select()
|
this.$refs.control.$refs?.input?.select();
|
||||||
},
|
},
|
||||||
focus() {
|
focus() {
|
||||||
this.$refs.control.focus();
|
this.$refs.control.focus();
|
||||||
|
Loading…
Reference in New Issue
Block a user