mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 11:06:31 +00:00
frontend: remove reserved props from dropdown component
This commit is contained in:
@@ -79,7 +79,7 @@ Vue.component('drag', {
|
||||
})
|
||||
|
||||
Vue.component('dropdown', {
|
||||
props: ['class', 'toggle-class', 'ref', 'drop', 'title'],
|
||||
props: ['toggle-class', 'drop', 'title'],
|
||||
data: function() {
|
||||
return {open: false}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user