E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
directive
Vue中的常用指令
一、常用指令概念:指令(
Directive
s)是Vue提供的带有v-前缀的特殊标签属性。为啥要学:提高程序员操作DOM的效率。
Maiko Star
·
2024-02-02 17:03
Vue.js
vue.js
javascript
前端
什么是 Angular 的多级注入器
除非你在@
Directive
()或@Component()的providers属性中进行配置,否则默认情况下,ElementI
JerryWang_汪子熙
·
2024-02-01 18:15
Vue进阶构造属性
Vue构造属性:
directive
s、mixins、extends、provide、inject1.
Directive
s指令2种写法1'声明一个全局指令Vue.
directive
('x',
directive
Options
珍惜时间小李
·
2024-02-01 14:52
使用vue3自定义指令实现Tooltip
效果预览:实现代码:
directive
.jsimport{nextTick}from"vue"functionelFover(e){//e.el.classList.add('hover')letres
不怕麻烦的鹿丸
·
2024-01-31 23:29
Vue
javascript
vue.js
前端
vue 使用 v-viewer 用于图片浏览的Vue组件,支持旋转、缩放、翻转等操作,基于viewer.js。
作者连接npm:
[email protected]
引入://引入Viewer插件importVueViewer,{
directive
asviewer
Directive
未飞
·
2024-01-31 23:24
vue
插件
vue
vue.js
前端
javascript
解决Windcss样式出现‘Unknown at rule @apply’警告
问题:解决方案一:1.新建文件.vscode/tailwindcss.json{"version":1.1,"at
Directive
s":[{"name":"@tailwind","description
26:28
·
2024-01-31 15:03
前端
深入AngularJS源码,写自己的 JngularJS(1)
angularJS为什么提供多种方式来定义
directive
指令集。ser
zidea
·
2024-01-31 05:59
【Vue】2-4、Vue 指令
一、概述指令(
Directive
s)是vue为开发者提供的模板语法,用于辅助开发者渲染页面的基本结构。
QX_Java_Learner
·
2024-01-30 12:18
Vue
vue.js
javascript
前端
001.5 flutter之dart最佳实践
EffectiveDart:UsageDOusestringsinpartof
directive
s.尽管part语法会导致一个库的源码被分散到多个文件中(一个库就一个文档多好哇),但dart官网还是推荐使用
码农二哥
·
2024-01-30 01:58
SAP Spartacus B2B Popover
Directive
和 Popover Component 的生命周期管理
解析SAPSpartacusB2Blist实现,即list.component.html时,因为在Component模板里遇到了[cxPopover]指令,因此触发依赖注入:首先创建
directive
实例
JerryWang_汪子熙
·
2024-01-29 21:53
Vue自定义指令
directive
Vue自定义指令
directive
指令的作用:操作DOM。
learninginto
·
2024-01-29 18:21
v-for和v-if一起使用时的坑
在同一个标签上使用v-for和v-if会提示错误[vue/no-use-v-if-with-v-for]The'menu'variableinside'v-for'
directive
shouldbereplacedwithacomputedpropertythatreturnsfilteredarrayinstead.Youshouldnotmix'v-for'with'v-if
麻辣_水煮鱼
·
2024-01-29 16:29
vue
v-for和v-if一起用的坑
vue中如何监听select滚动底部,vue指令实现滚动加载监听步骤详解
(武藏&小次郎)指令可以很好的做这件事情,下面以element-select举例:
directive
s.js//v-loadmore:用于在element-ui的select下拉框加上滚动到底事件监听Vue.
directive
黄雀飞
·
2024-01-29 06:18
如何在Vue中建立全局引用或者全局命令
第一步:最好建立一个全局的命令文件例如:
directive
/
directive
.js第二步:利用Vue.dir
闪帅念
·
2024-01-27 17:52
nginx反向代理负载均衡
负载均衡health_check分析-dream_fly_info-博客园照着Nginx负载均衡health_check分析-dream_fly_info-博客园来做了主动检查报错,收到错误unknown
directive
"health_check
梁俊俊
·
2024-01-27 12:25
nginx
负载均衡
反向代理
自定义指令
/App.vue'Vue.config.productionTip=false//用指令://1.全局注册指令Vue.
directive
('focus',{
W`hite
·
2024-01-27 11:12
vue.js
前端
node.js
前端框架
Vue报错:[vue/require-v-for-key] Elements in iteration expect to have ‘v-bind:key‘
directive
s.
编译工具:VSCode编译错误如图**解决办法:文件→选择首选项→设置→在搜索框中输入:vetur.validation.template将Vetur›Validation:Template下的插件关掉如图:**
Tara___
·
2024-01-27 10:59
vue.js
Vue报错: [vue/require-v-for-key] Elements in iteration expect to have ‘v-bind:key‘
directive
s.
问题VUE报错:[vue/require-v-for-key]Elementsiniterationexpecttohave‘v-bind:key’
directive
s.eslint-plugin-vuePeekProblem
skyStreetDog
·
2024-01-27 10:28
▶前端
#
【Vue】
vue
vetur
前端
报错
vue的开发中v-for报错 [vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key'
directive
s..
开发过程中报错问题:代码:报错信息:[eslint-plugin-vue][vue/require-v-for-key]Elementsiniterationexpecttohave'v-bind:key'
directive
s
weixin_30706691
·
2024-01-27 10:57
javascript
ViewUI
Custom elements in iteration require ‘v-bind:key‘
directive
s vue/valid-v-for
方法一:错误代码:Customelementsiniterationrequire‘v-bind:key‘
directive
svue/valid-v-for{{item.label}}修改后{{item.label
可为编程
·
2024-01-27 10:57
Vue
错误集锦
vue
v-for
v-bindkey
vue/valid-v-for
vue报错——[vue/require-v-for-key]Elements in iteration expect to have ‘v-bind:key‘
directive
s.
[vue/require-v-for-key]Elementsiniterationexpecttohave'v-bind:key'
directive
s.
要加油哦~
·
2024-01-27 10:57
编程中的错误总结
vue.js
javascript
前端
解决vue v-for报错[vue/valid-v-for] Custom elements in iteration require ‘v-bind:key‘
directive
s.eslint-p
报错:[vue/valid-v-for]Customelementsiniterationrequire‘v-bind:key’
directive
s.eslint-plugin-vue原因:这是因为我安装的
swift D
·
2024-01-27 10:56
vue
v-for报错:[vue/require-v-for-key] Elements in iteration expect to have ‘v-bind:key‘
directive
s
报错翻译Elementsiniterationexpecttohave‘v-bind:key’
directive
s迭代中的元素希望有“v-bind:key”指令解决办法一种方法是“屏蔽ESLint对vue
大雄不是大熊
·
2024-01-27 09:54
vue
vue
vue使用v-for循环时报错:[vue/require-v-for-key] Elements in iteration expect to have ‘v-bind:key‘
directive
s
{{item.name}}{{item.password}}{{item.identity}}使用该循环报错将代码改为:{{item.name}}{{item.password}}{{item.identity}}即在v-for循环后加上:key=""。(注意冒号和前面的引号之间加一个空格)。Vue2.2.0+的版本里,当在组件中使用v-for时,key是必须的这是修改代码的解决办法也可以在bui
ITarmi
·
2024-01-27 09:54
vue
VSCode Vue项目中报错 [vue/require-v-for-key]
报错[vue/require-v-for-key]Elementsiniterationexpecttohave'v-bind:key'
directive
s.eslint-plugin-vue解决办法:
洛洛31
·
2024-01-27 09:22
vue.js
vscode
javascript
【Vue3】指令(
Directive
s)的运用
directive
s指令是带有v-前缀的特殊attribute。Vue提供了许多内置指令,例如:v-bind、v-html等。
ZSK6
·
2024-01-27 09:36
vue3
vue.js
javascript
前端
Angularjs 动态获取屏幕宽度
我是写在
directive
window.onresize=function(){$scope.
壹只很拽的猫
·
2024-01-26 22:11
Vue2基础-Vue对象进阶介绍2
、用法2、注意点二、生命周期1、概念2、示意图3、分析一、自定义指令本质上是封装了DOM元素的具体操作1、用法放大十倍后的值是:constx=newVue({el:‘#root’data:{n:1},
directive
s
轩不丢
·
2024-01-26 20:57
前端框架
javascript
前端框架
前端
vue
vue.js
Vue中的常用指令
Vue中的常用指令概念:指令(
Directive
s)是Vue提供的带有v-前缀的特殊标签属性。为啥要学:提高程序员操作DOM的效率。
斐波娜娜
·
2024-01-25 02:40
VUE
vue.js
javascript
前端
[已解决]nginx:[emerg]invalid number of arguments in “root“
directive
in D:\nginx-1.24.0\conf\nginx.conf
在cmd中测试nginx的配置文件nginx.conf时报以下错误:nginx:[emerg]invalidnumberofargumentsin"root"
directive
inD:\nginx-1.24.0
平平无奇 > _ <
·
2024-01-24 22:20
nginx
运维
服务器
vue 自定义指令
{{val}}Vue.
directive
('focus',{bind(el,binding,vnode,oldVnode){console.log(el,binding,vnode,oldVnode);
wudimingwo
·
2024-01-24 16:21
day05
/App.vue'Vue.config.productionTip=false//1.全局注册指令Vue.
directive
('focus',{//inserted会在指令所在的元素,被插入到
TZ丶旭哥
·
2024-01-24 12:04
Vue学习之路
javascript
前端
css
【vue v-viewer插件】5分钟搞定图片预览,旋转,放大等功能
实现效果如下:安装插件并引入npminstallv-viewer--save//引入Viewer插件importVueViewer,{
directive
asviewer
Directive
}from'v-viewer
米老鼠的摩托车日记
·
2024-01-24 12:59
vue插件
vue2
vue.js
前端
javascript
Sass语法规则及使用方法
Sass特点:对css完全兼容语言扩展,例如变量、嵌套、mixins拥有大量函数,可以用来操作颜色及其他属性值高级特性如control
directive
s可以自定义格式化输出sass有两种语法格式,分别以
_亦影
·
2024-01-24 09:30
前端开发
css
sass
scss
css扩展
解决el-select数据量过大导致页面卡顿
解决方案:importVuefrom"vue";Vue.
directive
('el-select-loadmore',{bind(el,binding){letself=this//获取element-ui
胡乱分享
·
2024-01-24 08:54
javascript
vue.js
elementui
el-select选项过多导致卡顿的解决方案
select-load-more.jsimportVuefrom'vue';constselectLazyLoad=function(Vue){//el-select组件数据过多,使用翻页加载数据指令Vue.
directive
qq_47858671
·
2024-01-24 08:52
vue.js
javascript
ecmascript
vue 报错:Elements in iteration expect to have ‘v-bind:key‘
directive
s.eslint-plugin-vue
原因:在用vscode编写vue代码时,因为安装的有vetur插件,所以当代码中有v-for语法时,会提示,“Elementsiniterationexpecttohave‘v-bind:key’
directive
s.eslint-plugin-vue
临江浪怀柔ℳ
·
2024-01-24 07:59
vue.js
javascript
前端
vue3自定义指令
在Vue3中,我们可以通过使用app.
directive
方法来定义自定义指令。下面是一个简单的例子:HelloVue3!
我爱学习yq
·
2024-01-22 23:19
vue.js
javascript
前端
Vue.js:一课一得的前端之旅
目录引言第一得:Vue.js简介与环境配置1.简介2.环境配置步骤第二得:Vue实例与数据绑定1.Vue实例2.数据绑定第三得:模板语法与指令1.模板语法2.指令(
Directive
s)第四得:组件第五得
伯牙卧山丘11
·
2024-01-22 21:41
vue.js
javascript
前端框架
嵌入式C语言--LD文件的概念
C语言--LD文件的概念嵌入式C语言--LD文件的概念一.什么是LD文件二.LD文件的作用三.LD文件的工作步骤1)读取输入文件2)符号解析3)符号重定位4)生成输出文件四.ld文件的几部分1)指令(
Directive
s
进击的横打
·
2024-01-22 11:11
C语言
c语言
vue 指定区域可拖拽的限定拖拽区域的div(如仅弹窗标题可拖拽的弹窗)
弹窗标题弹窗内容exportdefault{//自定义指令
directive
s:{drag:{//指令的定义bind:function(el,binding,vnode){//获取到vue实例letthat
朝阳39
·
2024-01-20 10:06
#
Vue
vue.js
Angular: DOCUMENT
不用原生的document,是因为不利于后端渲染,所以避免使用原生浏览器的对象import{DOCUMENT}from'@angular/common';import{
Directive
,Inject,
梁什么鸭,
·
2024-01-20 09:27
Angular
angular.js
javascript
前端
VUE---自定义指令
全局注册(main.js中注册):Vue.
directive
('指令名称',{bind(ele,binding){},//只执行一次;DOM渲染之前执行,里面可以进行样式操作inserted(ele,binding
煸橙干儿~~
·
2024-01-20 00:39
VUE基础
vue.js
javascript
前端
ElementUI的Dialog弹窗实现拖拽移动功能
1、创建自定义指令新建文件
directive
/el-drag-dialog/index.jsimportdragfrom"./drag";constinstall=fu
zaijin.yang
·
2024-01-19 15:52
element-ui
elementui
vue.js
前端
MDR/IVDR新法规中的各类代码你都清楚了吗?
医疗器械CE认证中,MDRReg2017/745将取代之前的两大指令
Directive
90/386/EEC和
Directive
93/42/EEC,IVDRReg2017/746将取代之前的指令
Directive
98
a48e07bf08e2
·
2024-01-19 08:21
组件中写选项的顺序(vue的问题)
要求组件以外的知识)nameparent组件类型(更改组件的类型)functional模板修改器(改变模板的编译方式)delimiterscomments模板依赖(模板内使用的资源)components
directive
sfilters
泡芙·草莓
·
2024-01-18 09:24
vue.js
前端
javascript
Filament材质部分
RESGEN_SOURCE_FLAGS,#andRESGEN_OUTPUTS.PleasepassinanARCHIVE_NAMEthatisuniquetoyourproject,otherwisethe#incbin
directive
willhappi
jaccen
·
2024-01-18 09:14
跨平台3D渲染引擎
材质
vue3自定义指令(
directive
s)的使用
/App.vue';constapp=createApp(App);//注册全局自定义指令'v-color'app.
directive
('c
深度学习研究员
·
2024-01-18 05:38
vue.js
javascript
前端
Vue3中使用自定义指令
一,自定义指令:应用场景:禁用按钮多次点击1.vue2a.src/libs/preventClick.jsimportVuefrom'vue'constpreventClick=Vue.
directive
会做梦的辣条鱼
·
2024-01-18 04:49
Vue3
Vue
功能
vue.js
自定义指令
vue3.0
按钮禁用
前端
前端框架
iview
VUE加载顺序与各种函数
beforeCreate//在实例初始化之后、创建之前执行created//实例创建后执行beforeMounted//在挂载开始之前调用filters//挂载前加载过滤器computed//计算属性
directive
s-bind
2333!!!!!
·
2024-01-18 04:42
vue.js
javascript
前端
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他