logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Element UI学习8--this.$prompt,this.$message,this.$confirm,this.$notify

1、this.$prompt输入框弹窗if (object == undefined) {this.$prompt('请输入', '添加优惠券分类', {confirmButtonText: '确定',cancelButtonText: '取消'}).then(async ({ value }) => {})如图:2、this.$message消息提示if (re

#vue.js#前端
Element UI学习6--Carousel 走马灯

轮播是前端页面运用的比较广泛的一个功能。在有限空间内,循环播放同一类型的图片、文字等内容。今天主要学习了Element UI中Carousel 走马灯这一功能的使用方法。1、基础用法1、默认 Hover 指示器触发<template><div><el-carousel><el-carousel-item v-for="item in imgwrap" :k

#前端#vue.js
到底了