Skip to content

Commit 92d30ed

Browse files
committed
chore: clean-up
1 parent 1998893 commit 92d30ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/coreui-vue-chartjs/src/CChart.ts

-6
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ const CChart = defineComponent({
135135
: { datasets: [] }
136136
: merge({}, props.data),
137137
)
138-
// const computedData =
139-
// typeof props.data === 'function'
140-
// ? canvasRef.value
141-
// ? props.data(canvasRef.value)
142-
// : { datasets: [] }
143-
// : merge({}, props.data)
144138

145139
const renderChart = () => {
146140
if (!canvasRef.value) return

0 commit comments

Comments
 (0)