mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 02:02:48 +00:00
feat:
This commit is contained in:
parent
d5bc5284a9
commit
498837ebc6
|
|
@ -214,6 +214,14 @@ const prologueList = computed(() => {
|
|||
})
|
||||
const isMdArray = (val: string) => val.match(/^-\s.*/m)
|
||||
|
||||
watch(
|
||||
() => props.data,
|
||||
() => {
|
||||
chartOpenId.value = ''
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
|
||||
watch(
|
||||
() => props.record,
|
||||
(value) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue