mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
fix template markup after lint merge mutilation (#2558)
This commit is contained in:
@ -10,23 +10,6 @@
|
|||||||
class="c-click-icon c-overlay__close-button icon-x-in-circle"
|
class="c-click-icon c-overlay__close-button icon-x-in-circle"
|
||||||
@click="destroy"
|
@click="destroy"
|
||||||
></button>
|
></button>
|
||||||
<div
|
|
||||||
ref="element"
|
|
||||||
class="c-overlay__contents"
|
|
||||||
></div>
|
|
||||||
<div
|
|
||||||
v-if="buttons"
|
|
||||||
class="c-overlay__button-bar"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
v-for="(button, index) in buttons"
|
|
||||||
:key="index"
|
|
||||||
class="c-button"
|
|
||||||
:class="{'c-button--major': button.emphasis}"
|
|
||||||
@click="buttonClickHandler(button.callback)"
|
|
||||||
>
|
|
||||||
{{ button.label }}
|
|
||||||
</button>
|
|
||||||
<div
|
<div
|
||||||
ref="element"
|
ref="element"
|
||||||
class="c-overlay__contents"
|
class="c-overlay__contents"
|
||||||
@ -50,7 +33,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user