
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1:npm install --save react-native-vector-icons2:react-native link react-native-vector-icons3:import Icon from “react-native-vector-icons/Ionicons”;
按需引入办法1:安装antd-mobilenpm install antd-mobile --save2:引入 react-app-rewired 并修改 package.json 里的启动配置。。由于新的 react-app-rewired@2.x 版本的关系,你需要还需要安装 customize-cra。npm install react-app-rewired customize-cra -
1:创建组件的文件(简单粗暴上代码,方便复制)<template><div class="s-canvas"><canvas id="s-canvas" :width="contentWidth" :height="contentHeight"></canvas></div></template>&...
<template><div class="footbar"><router-link to='/' tag='div'><span><img :src="this.$route.path=='路径'?'选中的图片':'未选中的图片'" alt=""></...
1:从接口处拿到token以此接口为例子this.$http.post(&quot;/api/account/login/&quot;, {account: this.moblie,password: this.password,captcha_image: this.icodenum}).then(res =&amp;gt; {consol.log
1:template中<div v-for="(item,index) in arr" :key="item.id" @touchstart.prevent="touchinUk(index)"@touchend.prevent="cleartime(index)"><div&
模板中: 其中,img是一张图片,在微信中提示打开浏览器下载&amp;lt;div id=&quot;showad&quot; v-show=&quot;ShowDark&quot;&amp;gt;&amp;lt;div class=&quot;pop&q
<template><div class="atnight"><div class="topseach"><form action="/"><van-search v-model="searchVal" :placeholder="$t('auth.count')"show-action @search="onS...
1:这是最常见一种 route的方式import home from "./home.vue";import about from "./about.vue";export default new Router({routes: [{path: '/home ',name: 'home ',component: home ,meta: {title: 'home',require...
<template><div class="power"><ul class="clearfix"><li class="one" v-if="imgs.length>0" v-for='(item ,index ) in imgs'><img :src="item"></li>...







