mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Refactoring fof nav elements across both editions
This commit is contained in:
parent
5fb41e9fb1
commit
c92ab3a589
15 changed files with 40 additions and 24 deletions
|
@ -9,8 +9,11 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
import { inject as service } from '@ember/service';
|
||||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
classNames: ['col', 'col-sm-8']
|
||||
appMeta: service(),
|
||||
classNames: ['col', 'col-sm-8'],
|
||||
selectItem: '',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue