mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 未知的问题
This commit is contained in:
parent
d8751d32ab
commit
f1a35bb8e0
@ -233,7 +233,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
themeColor.value = handleElement.value.themeColor
|
||||
gridColor.value = handleElement.value.gridColor || 'rgba(0, 0, 0, 0.4)'
|
||||
gridColor.value = handleElement.value.gridColor || '#333'
|
||||
legend.value = handleElement.value.legend || ''
|
||||
}, { deep: true, immediate: true })
|
||||
|
||||
|
@ -87,7 +87,6 @@ module.exports = {
|
||||
}],
|
||||
include: [
|
||||
/\.ttf$/,
|
||||
/\.png$/,
|
||||
],
|
||||
skipWaiting: true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user