mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
15 lines
160 B
Vue
15 lines
160 B
Vue
<template>
|
|
<span class="c-status">
|
|
[ Status ]
|
|
</span>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|