mirror of
https://github.com/directus/directus.git
synced 2026-02-01 12:25:09 -05:00
Deep watch option changes
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineComponent({
|
||||
const chartEl = ref();
|
||||
const chart = ref<ApexCharts>();
|
||||
|
||||
watch(props.options, fetchData, { deep: true });
|
||||
watch(() => props.options, fetchData, { deep: true });
|
||||
|
||||
fetchData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user