mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 02:27:02 +02:00
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,
|
|
});
|