14 lines
219 B
JavaScript
14 lines
219 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
tagName: '',
|
|
|
|
// api
|
|
isCertTab: false,
|
|
isConfigure: false,
|
|
baseKey: null,
|
|
backendCrumb: null,
|
|
model: null,
|
|
options: null,
|
|
});
|