mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
10 lines
409 B
HTML
10 lines
409 B
HTML
<div class="custom-navbar">
|
|
<ul>
|
|
<li v-for="component of components" v-bind:class="{disabled: component.disabled}"
|
|
v-bind:style="{flex: component.flex}">
|
|
<a class="main-content" v-bind:href="component.href" v-html="component.html"></a>
|
|
<div class="popup" v-if="component.popupHtml" v-html="component.popupHtml">
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div> |