vuejs2

Vue is a JavaScript framework for building websites. The intent of Vue is to make the integration of other JavaScript libraries easy. It is designed to organize and simplify web development.
Here are 5,164 public repositories matching this topic...
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Java
-
Updated
Nov 12, 2020 - Java
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Vue
Use svg for icons
Svg supported ie10+ and it should be default choice.
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Nov 18, 2017 - JavaScript
图片分辨率问题
1、能否设置图片分辨率尺寸。
2、添加图片或替换图片时,是否可以固定长宽比自动缩放。
单选或者多选增加横放排列方式
-
Updated
Nov 9, 2020 - HTML
-
Updated
Jul 8, 2019
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
{ "label":"ANR",
"model":"or.anr",
"type":"checklist",
"listBox":true,
"values": [
{"name":"a", "value":[1,2]},
{"name":"b", "value":[2,2]}
] }
model.or.anr = [[1,2]]; // fails to check "a"
If you would like a jsfiddle demo, let
-
Updated
Sep 17, 2020 - Vue
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jan 3, 2019 - HTML
-
Updated
May 11, 2020 - Vue
indexOf: fromIndex
I feel like indexOf
's optional second parameter: fromIndex
, is an unsung hero.
It has saved me many times from having to slice
an array before calling indexOf
.
Would you consider a PR with an example using fromIndex
?
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks