mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
22 lines
288 B
Vue
22 lines
288 B
Vue
<template>
|
|
<mct-representation key='browse-object'></mct-representation>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
.MCT_Main {
|
|
position: absolute;
|
|
right: 100px;
|
|
top: 0px;
|
|
bottom: 20px;
|
|
left: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
|