Avatar notebook default
Vue
17篇文章 · 5021字 · 1人关注
  • Vue打包后跳转失效问题

    这个折腾了我两小时,我在想为什么测试的时候没事,而发布就出现问题。 很多网上给的答案是将根目录从/改为./。 不起作用,好歹我也是做了几个vue...

    0.8 1580 2 51
  • Vue编译打包失败,提示Unhandled rejection Error错误

    错误描述: Unhandled rejection Error: original.line and original.column are n...

    1.2 3705 0 51
  • axios - 使用基础

    单文件调用 npm调用

    0.6 548 0 49
  • Vue 手势支持 vue-touch

    插件源码和教程: https://github.com/vuejs/vue-touch 安装: vue 2.x不再支持,vue3安装方法·npm...

    0.8 6099 0 52
  • Vue 如何支持动态router+props同时穿参?

    很简单,但需要将动态路由转化为props中的参数,看下面代码来理解: ···{path:"item/:name",name: "item uni...

    0.8 1578 0 51
  • Vue 握手 -> 向下传参

    动态路径 第一种方法是通过动态路由完成 这样会识别name为任意值, 比如 /item/apple会被识别为item组件中name名为apple...

    1.0 761 0 49
  • Resize,w 360,h 240
    vue使用tweenjs

    导入: v3: v2: npm install --save @tweenjs/tween.js 创建: 创建tween.js放入plugins...

  • 如何让Vue支持本地存储?

    这里我写一个最简单的例子,方便你扩展 存放目录 本地存储插件 localstorage.js 我放到了plugins下 组件搭建 创建存储关键字...

    0.8 2978 0 50
  • Resize,w 360,h 240
    支持视频播放

    插件: https://github.com/surmon-china/vue-video-player 安装方法 下载 vue3.0直接搜索 ...

    1.2 1137 0 50

文集作者