test: 避免 Ops 图表测试使用保留组件名

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
benjamin 2026-05-18 17:12:41 +08:00
parent 924e10831a
commit 5dae745e86

View File

@ -30,7 +30,7 @@ vi.mock('vue-chartjs', async () => {
template: '<div class="doughnut-stub" />',
}),
Line: defineComponent({
name: 'Line',
name: 'LineChartStub',
props: {
data: { type: Object, required: true },
options: { type: Object, default: () => ({}) },