SOURCE

console 命令行工具 X clear

                    
>
console
methods: {
    // 初始化组件的数据方法
  $_init() {
    fetch().then(data => {
      
    })
  }
}