码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29
报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29 解决方法: 更新licenses,然后重新build即可 cd /Users/tmh/Library/Andr ...
分类:移动开发   时间:2020-11-18 12:25:18    阅读次数:26
taro3.x: 输入手机,验证码弹框popup
tsx: import React, { useState } from 'react' import Taro from '@tarojs/taro' import { View, Text, Input } from '@tarojs/components' import './index.sc ...
分类:移动开发   时间:2020-11-12 14:22:14    阅读次数:17
微博回调空页面
1.vue微博回调空页面 注:微博回调空页面为: http://127.0.0.1:8888/oauth/callback/ 1.1 页面路径 components\oauth.vue <template> <div> <p>跳转中....</p> </div> </template> <scrip ...
分类:其他好文   时间:2020-11-12 13:31:50    阅读次数:7
在Vue页面加载时动态发送请求获取微博授权url
在Vue页面加载时动态发送请求获取微博授权url 1.1在components\common\lad_header.vue中写oauth动态获取微博授权URL // 获取微博登录地址 oauth_post().then((resp) => { consloe.log(resp) // {"code" ...
分类:Web程序   时间:2020-11-12 13:22:09    阅读次数:11
ant design vue
ant design vue官网:https://www.antdv.com/components/cascader-cn/ 遇到的坑: 1.select ...
分类:其他好文   时间:2020-11-11 16:15:09    阅读次数:8
taro循环一个渐变的View
import React, { Component } from "react"; import { View, Text } from "@tarojs/components"; export default class Index extends Component { constructor( ...
分类:其他好文   时间:2020-11-07 15:33:04    阅读次数:23
vue微博回调空页面
vue微博回调空页面 1.vue微博回调空页面 注:微博回调空页面为: http://127.0.0.1:8888/oauth/callback/ 1.1 页面路径 components\oauth.vue <template><div><p>跳转中....</p></div></template> ...
分类:其他好文   时间:2020-11-06 02:43:25    阅读次数:23
04.vue获取微博授权URL
1.在Vue页面加载时动态发送请求获取微博授权url 1.1 在 components\common\lab_header.vue 中写oauth动态获取微 博授权URL // 获取微博登录地址 oauth() { // 从后端获取 微博登录地址 oauth_post().then((resp) = ...
分类:Web程序   时间:2020-11-06 02:35:14    阅读次数:23
08.vue绑定用户页面
vue微博回调空页面 注:微博回调空页面为: 1.1 页面路径 components\oauth.vue <template> <div> <div v-show='visiable'> 绑定用户 用户名: <input type="text" v-model="username" @blur="c ...
分类:其他好文   时间:2020-11-06 02:13:11    阅读次数:19
axios封装
axios登录前端 1.创建一个Login.vue页面 1.1 写页面 views/Login.vue 在 views/components 下创建 Login.vue 页面 测试axios-{{title}} 1.2 src/router/index.js 中配置vue路由 import Vue ...
分类:移动开发   时间:2020-10-30 12:35:17    阅读次数:65
1669条   上一页 1 ... 5 6 7 8 9 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!