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