mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
It's a component, not a view!
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user