fix: share page preview items to contain baseUrl (#5510)

Co-authored-by: jagadam97 <dineshjagadam@hmail.com>
This commit is contained in:
Jagadam Dinesh Reddy
2025-11-11 12:39:19 +05:30
committed by GitHub
parent 291223b3ce
commit 6950c2e4d2
2 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
<template>
<select name="selectAceEditorTheme" v-on:change="change" :value="aceEditorTheme">
<select
name="selectAceEditorTheme"
v-on:change="change"
:value="aceEditorTheme"
>
<option v-for="theme in themes" :value="theme.theme" :key="theme.theme">
{{ theme.name }}
</option>