mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 01:29:29 +08:00
It's a component, not a view!
This commit is contained in:
parent
d5bd462ed9
commit
1db559e4c3
|
@ -1,6 +1,6 @@
|
||||||
import Ember from 'ember';
|
import Ember from 'ember';
|
||||||
|
|
||||||
export default Ember.View.extend({
|
export default Ember.Component.extend({
|
||||||
tagName: 'span',
|
tagName: 'span',
|
||||||
classNames: ['select-input'],
|
classNames: ['select-input'],
|
||||||
optionValuePath: 'content',
|
optionValuePath: 'content',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user