07 2024 档案
摘要:1. 组件 组件的定义有两种命名方式:PascalCase 和 kebab-case PascalCase 定义的组件的引用:PascalCase 和 kebab-case 均可 // PascalCase定义方式 Vue.component('MyComponentName', { /* ...
阅读全文
摘要:xAxis: { show:false, // 不显示坐标轴线、坐标轴刻度线和坐标轴上的文字 axisTick:{ show:false // 不显示坐标轴刻度线 }, axisLine: { show: false, // 不显示坐标轴线 }, axisLabel: { show: false,
阅读全文