Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MCTSearch.vue « layout « ui « src - github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9208f0ca86f8c8c3d1854485dfacfa47fe638b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div class="c-search c-search--major">
    <input
        type="search"
        placeholder="Search"
    >
</div>
</template>

<script>
export default {
};
</script>