- 博客(2)
- 收藏
- 关注
原创 省与饼图(四川省)
import { defineComponent, watch, onMounted, shallowRef, onBeforeUnmount, nextTick, ref, inject, computed, } from "vue"; import { getCurrentInstance } from "@vue/runtime-core"; import "../../../../node_modules/echarts/map/js/province/sich.
2022-01-10 16:41:59 547
原创 rules验证邮箱手机号
rules验证邮箱手机号 1、手机号验证: pattern:/^1[3456789]\d{9}$/, message: “请输入正确的手机号”, trigger: “blur” 2、邮箱验证: markdown = ^ pattern: /markdown[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*.[a-zA-Z0-9]{2,6}$/, message: “请输入正确的邮箱”, trigger: “blur” ...
2021-04-20 16:40:58 427
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人