240 发简信
IP属地:四川
  • 浅谈vue中provide和inject 用法

    provide:Object | () => Objectinject:Array | { [key: string]: string | Symbol | Object ...

  • 120
    记录

    为什么js改变html的图片需要用到if (element.src.match("bulbon")) match() 方法可在字符串内检索指定的值,或找到一个或多个正则表达式...

  • 时间戳 vue

    Date.js vardateFormat={ padLeftZero:function(str){ return('00'+str).substr(str.length) ...

  • 120
    vue选择支付方式

    .fade{ position:fixed; top:0; right:0; bottom:0; left:0; z-index:3; padding-top:10.5rem...

  • 120
    vue搭建脚手架

    1.安装脚手架 npm i -g @vue/cli 2.创建项目名称 vue create 项目名称 3.选择 Manually select features (自定义)...