Replace with vue/no-setup-props-reactivity-loss rule (#14062)
This commit is contained in:
parent
a9012d3d0c
commit
4d2eddec2e
9 changed files with 10 additions and 10 deletions
|
|
@ -114,7 +114,7 @@ const getColor = (i) => {
|
|||
return colorSets[i % colorSets.length];
|
||||
};
|
||||
|
||||
// eslint-disable-next-line vue/no-setup-props-destructure
|
||||
// eslint-disable-next-line vue/no-setup-props-reactivity-loss
|
||||
const now = props.nowForChromatic != null ? new Date(props.nowForChromatic) : new Date();
|
||||
let chartInstance: Chart | null = null;
|
||||
let chartData: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue