bundling v2 themes works
This commit is contained in:
parent
324aadb7c1
commit
631b8433c0
3 changed files with 232 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
<option v-for="style in availableStyles"
|
||||
:value="style"
|
||||
:style="{
|
||||
backgroundColor: style[1],
|
||||
color: style[3]
|
||||
backgroundColor: style[1] || style.theme.colors.bg,
|
||||
color: style[3] || style.theme.colors.text
|
||||
}">
|
||||
{{style[0]}}
|
||||
{{style[0] || style.name}}
|
||||
</option>
|
||||
</select>
|
||||
<i class="icon-down-open"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue