mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix hub load
This commit is contained in:
@@ -39,6 +39,6 @@ function mount() {
|
||||
</template>
|
||||
|
||||
<NInput v-model:value="customCss" placeholder="css" @update:value="s => danmujiRef?.setCss(s.toString())" />
|
||||
<DanmujiOBS ref="danmujiRef" :customCss="customCss" style="width: 400px;height: 700px;" />
|
||||
<DanmujiOBS ref="danmujiRef" :customCss="customCss" style="width: 400px;height: 700px;" :isOBS="false" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user