mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复checkbox初始化错误
This commit is contained in:
parent
2e4a3df988
commit
b7b11d0dc9
@ -8,7 +8,7 @@
|
||||
@change="$event => handleChange($event)"
|
||||
>
|
||||
<span class="checkbox-input"></span>
|
||||
<input class="checkbox-original" type="checkbox">
|
||||
<input class="checkbox-original" type="checkbox" :checked="value">
|
||||
<span class="checkbox-label">
|
||||
<slot></slot>
|
||||
</span>
|
||||
|
@ -192,7 +192,6 @@ const updateFill = (value: string) => {
|
||||
|
||||
// 设置扩展选项
|
||||
const updateOptions = (optionProps: ChartOptions) => {
|
||||
console.log(optionProps)
|
||||
const _handleElement = handleElement.value as PPTChartElement
|
||||
|
||||
const newOptions = { ..._handleElement.options, ...optionProps }
|
||||
|
Loading…
x
Reference in New Issue
Block a user