安装
npm install font-awesome --save
引用
在main.js中引入
import 'font-awesome/css/font-awesome.min.css';
使用
<i class="fa fa-home fa-lg&qu...
yekong
3年前 (2022-01-11)
喜欢
<template>
<view class="changepwd">
<u--form labelPosition="left" labelWidth="80" :model=&q...
yekong
3年前 (2022-01-11)
喜欢
mac一直用phpStorm开发vue项目,习惯了,使用 Hbuilderx开发app时,删除了几个文件,以为可以像phpStorm一样 Ctrl+z就可以恢复呢, 结果发现不行,最终只能重新再写一份了。所以使用Hbuilderx删除文件前,记得先备份一下 或者先提交一下git避...
yekong
3年前 (2022-01-11)
喜欢
uniapp进行微信小程序开发需要wx.login获取code 代码记录一下
login() {
var that = this;
uni.login({
provider: 'weixin',
success: function(res) {...
yekong
3年前 (2022-01-11)
喜欢
<button class="justify-center button" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
...
yekong
3年前 (2022-01-11)
喜欢
vue 单屏
<template>
<div class="shipin1">
<div class="shipin1item active"><img src="../...
yekong
3年前 (2022-01-10)
喜欢
Echarts 江西地图效果
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>...
yekong
3年前 (2022-01-10)
喜欢
##运行实例
##代码
<template>
<div class="echarts1" ref="echarts1">
</div>
</template>
<scr...
yekong
3年前 (2022-01-10)
喜欢
uniapp 结合uivew实现提现列表
<template>
<view class="u-page">
<u-list @scrolltolower="scrolltolower">
&...
yekong
3年前 (2022-01-10)
喜欢
uniapp 页面开发 结合uivew实现余额提现ui
代码
<template>
<view>
<u-navbar @leftClick="goback" @rightClick="gojilu" r...
yekong
3年前 (2022-01-10)
喜欢