240 发简信
IP属地:广东
  • Resize,w 360,h 240
    vscode

    [目录] 打开vscode,打开的扩展管理面板,搜索wxml,minapp与wechat-snippet分别安装; 再引入小程序项目代码就可以了

  • 微信小程序父子组件事件及参数传递

    官方文档[https://developers.weixin.qq.com/miniprogram/dev/framework/custom-c...

  • vue-quasar

    npm install -g quasar-cliquasar create vue-quasarquasar dev(运行)vux:vux中文文档

  • Resize,w 360,h 240
    vue-ts

    vue-typescript 组件之间传递;vuex;

  • vue相关插件

    转载 JavaScript ``` window.location.reload(); ```

  • 讯飞语音评测demo

    网址 英文测评 classIseRecorder{ constructor({language,accent,appId}={}){ letse...

  • 渲染数组实现分页

    <el-table :data="list.slice((currentPage-1)*pagesize,currentPage*pag...

  • vue 中setTimeout问题

    1.this指向问题 (1)varvm_target =newVue({ el:'#vm_target', data: { clickSubmi...