add placeholder and autofocus to new feed url
This commit is contained in:
parent
df655aca5e
commit
cb50aed89a
2 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,12 @@ Vue.directive('scroll', {
|
|||
},
|
||||
})
|
||||
|
||||
Vue.directive('focus', {
|
||||
inserted: function(el) {
|
||||
el.focus()
|
||||
}
|
||||
})
|
||||
|
||||
Vue.component('drag', {
|
||||
props: ['width'],
|
||||
template: '<div class="drag"></div>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue