完整代码部分 (仅供参考哈): 1 <template> 2 <div> 3 <label prop="name"> 姓名: </label> 4 <Input v-model="companyName" id="pp" style=
转载 5月前
16阅读
vue 表单验证
原创 2022-06-04 01:15:42
533阅读
shit vue & shit iview
转载 2019-04-12 14:34:00
98阅读
ip 表单验证 vue iview template <Row v-show="config.bindIP"> <Col span="1
原创 2023-04-23 09:08:54
256阅读
前端面试秘籍:https://github.com/yisainan/web-interview 欢迎star直接上代码html:<Button style="display:inline-block;position: relative;bottom: 13px;" @click.native="changePage(1)">首页</Button>&...
原创 2022-02-11 17:34:16
105阅读
前端面试秘籍:https://github.com/yisainan/web-interview 欢迎star直接上代码html:<Button style="display:inline-block;position: relative;bottom: 13px;" @click.native="changePage(1)">首页</Button>&...
原创 2021-08-02 14:38:46
305阅读
iview大体上可以分为两种使用方式:1,直接使用script引用iview的js。2,使用iview提供的脚手架。第一种方式使用iviewvue比较简单,适合刚上手vueiview以及想体验vue特性但是又不想搭建webpack的小伙伴。<!-- import Vue.js --><script src="https://cdn.jsdelivr.ne...
原创 2021-11-18 15:12:56
410阅读
iview vue 动态禁止table选中
原创 2022-07-17 00:01:20
197阅读
iview vue 动态隐藏Table列
原创 2022-07-17 00:37:25
1299阅读
iView框架的文档 https://www.iviewui.com/docs/guide/install 这里使用的是 npm 来安装,在项目下执行下面命令npm install iview --save: npm WARN ajv-keywords@3.2.0 requires a peer o
原创 2018-06-29 12:07:00
258阅读
1、进入到自己的项目,使用npm安装vue-json-editornpm install vue-json-editor --save2、在vue组件中使用vue-json-editor<template> <div> <p>vue-json-editor使用</p> <!--在模板中使用vue-jso...
原创 2021-07-12 15:34:22
704阅读
<template> <div class="inputSearch"> <Poptip padding="0px 0px" v-model="visible" placement="bottom" trigger="none" > <Input @on-clear="clear"
原创 2022-03-10 10:39:41
1554阅读
Components are one of the most powerful features of Vue. Let's take a look at how to write our first components and make use of them in a parent compo
转载 2017-01-20 19:05:00
137阅读
2评论
iview render bug
项目中某个表单带有导入的功能,其中必填项验证的触发方式为blur。导致原本一个输入框触发了非空验证, 导入后填入了内容但没有触发blur所以非空验证没有去除。如果将验证的触发方式改为change又符合要求,只能手动重置部分字段的验证 resetValidate (tarKeyArr) { // 重置 ...
转载 2021-10-13 10:01:00
840阅读
2评论
<template> <div class="tree"> <Tree @on-select-change="onselectchange" ref="tree" :data="data4" show-checkbox></Tree> <Button @click="getData">获取</Button> <Button v-aoth="1-1-2" type="prim.
原创 2021-07-05 15:57:02
1318阅读
xl_echo编辑整理在使用iview的时候,对于界面效果确实是比较满意,提供的组件也很多的很全,和element相比,iview更注重视觉和渲染。但是也有一些缺点,比如组件的bug,生态圈的收费问题。这里只讲解page的跳转bug iviewpage最初的跳转功能样子如下可以看到并没有跳转的按钮,如果要跳转的话,必须输入页数之后按’enter’键,如果不按没法跳转。对于用户来说,电脑的操作水平
原创 2022-03-14 15:48:25
466阅读
采用 npm 运行git clone https://github.com/view-design/view-ui-project-vite.gitcd view-ui-project-vite# 安装npm install# 启动npm run serve# 打包npm run build若是clone 项目的命令报错了, 就先浏览器访问一下项目地址采用 yarn 运行git clone htt
原创 2022-09-29 19:07:32
80阅读
<template> <div class="tree"> <Tree @on-select-change="onselectchange" ref="tree" :data="data4" show-checkbox></Tree> <Button @click="getData">获取</Button>
原创 2022-01-30 17:47:19
1266阅读
外层套的是 <FormItem prop="name" label="姓名:"> <FormItem prop="name" label="姓名:">
原创 2022-08-29 16:15:19
76阅读
  • 1
  • 2
  • 3
  • 4
  • 5