fix: 打包报错问题修复
Former-commit-id: 88a4220b4a10e3be4a8ef288144e8c8c24638a4a
This commit is contained in:
@@ -74,8 +74,7 @@ onBeforeUnmount(() => {
|
||||
<div
|
||||
class="right-panel__button"
|
||||
:style="{
|
||||
top: buttonTop + 'px',
|
||||
'background-color': settingsStore.theme
|
||||
top: buttonTop + 'px'
|
||||
}"
|
||||
@click="show = !show"
|
||||
>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<el-color-picker
|
||||
v-model="settingsStore.theme"
|
||||
:predefine="[
|
||||
'#409EFF',
|
||||
'#1890ff',
|
||||
|
||||
Reference in New Issue
Block a user