🔨 修改构建错误.
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
import VCharts from 'vue-echarts';
|
||||
|
||||
const props = withDefaults(defineProps<Partial<{
|
||||
options: EChartsOption,
|
||||
autoResize: boolean,
|
||||
width: string,
|
||||
height: string,
|
||||
options: EChartsOption;
|
||||
autoResize: boolean;
|
||||
width: string;
|
||||
height: string;
|
||||
}>>(), {
|
||||
options: () => {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user