fix: share page preview items to contain baseUrl (#5510)
Co-authored-by: jagadam97 <dineshjagadam@hmail.com>
This commit is contained in:
committed by
GitHub
parent
291223b3ce
commit
6950c2e4d2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user