JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 2,422 public repositories matching this topic...
Environment
Mac OS 10.15.3, Chrome 80.0.3987.122, Vue 2.5
Reproduction link
https://jsfiddle.net/nLkrdwc5/
Steps to reproduce
Add 'tree' property to 'columns' data, refresh (the feature should appear), nothing changes
What is expected?
TreeData feature should be displayed:
https://www.iviewui.com/components/table-en#TreeData
W
我的vue.config.js配置
configureWebpack: config => {
require('@vux/loader').merge(config, {
plugins: ['vux-ui']
})
}
vux及vux-loader版本
"vux": "^2.9.4",
"vux-loader": "^1.2.9"
npm run serve/build 时报错如下内容
Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called directly,
babel.transform(code,
-
Updated
Jul 2, 2020 - Vue
Hey, I am using tooltip in my navbar and I have two layout.
- With navbar
- No Navbar
I have button in navbar which navigates to another layout which dont have any navbar.(So, when I click on btn, btn it self and navbar gets destroyed). But that tooltip which I used on button still remain.
i have created simillar demo for you.
jsfiddle
【可能是 BUG】z-index 被重置
- 环境:nuxt.js + vuetify
前提:我已经在 SCSS 中设置 mavonEditor 的 z-index: 0,在正常情况下没有问题
.v-note-wrapper {
z-index: 0 !important;
}
在同一层页面中我用了多个 mavonEditor 组件,在其中一个组件中点开 “链接” 按钮后,发现如上图的显示层 Bug,该页面下的其他 mavonEditor 组件的 z-index 被重置为了 1500(如下图)。
-
Updated
Jan 8, 2020 - Vue
-
Updated
Jun 28, 2020 - Vue
Mand Mobile Version
2.5.9
Vue Version
2.6.11
Model / OS & Browser Info
iPhone8
Recurring Links
https://codesandbox.io/s/mand-mobile-quick-start-mgmk9?fontsize=14&hidenavigation=1&theme=dark
Recurring Steps
点击按钮,不做选择操作,直接点击确认按钮。选择器没有反应。
Expectant Behaviors
触发confirm事件,隐藏选择器。
Actual Behaviors
选择器没有触发confirm事件。
-
Updated
Apr 29, 2020 - Vue
ERROR in ./src/main.js
✘ http://eslint.org/docs/rules/ Parsing error: Unexpected token
44 | cordova.initialize()
45 | // 打开此行代码的注释可以打 cordova 的包
46 |
| ^
G:\VueDemo\vue-objccn-master\src\main.js:46:1
^
✘ 1 problem (1 error, 0 warnings)
Errors:
1 http://eslint.org/docs/rules/null
ERROR in ./src/main.js
Module build failed: SyntaxError: G:/VueDemo/v
-
Updated
Jun 23, 2020 - Vue
Environment
Windows 10 version 1909, Google Chrome Version 80.0.3987.132, Vue version 2.6.11
Reproduction link
https://jsfiddle.net/shankanb/q53r9bnx/10/
Steps to reproduce
- Keep cycling through the carousel items
- When the carousel wraps back to the first item
- Table content collapses
- Repeat step 1 and 2 again. Table r
-
Updated
Jul 2, 2020 - Vue
It would be nice if a class or property was added for the elements. Because I suppose I want to increase the active element (transform or z-index)
Thank u!
-
Updated
Jun 7, 2020 - Vue
-
Updated
Dec 15, 2018 - Vue
-
Updated
Jul 2, 2020 - Vue
- Add field
Outstanding Amountin Invoice (should be calculated from Ledger) - Every time a payment is made, recalculate outstanding
- Validate outstanding is not negative
It's not a big deal, but you have a misspelled issue in word expanded in link bellow.
It causes no logic error or any functional issue
-
Updated
May 1, 2020 - Vue
-
Updated
Jun 29, 2020 - Vue
-
Updated
Jun 7, 2020 - Vue
-
Updated
Apr 29, 2020 - Vue
-
Updated
Jun 6, 2020 - Vue
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia


Existing Component
Yes
Component Name
el-scrollbar
Description
I'm trying to add a scrollbar to an aside menu with el-scrollbar componant but I have some difficulty due to missing entry in the documentation.
My case is exactly the same as the documentation: a fixed header, a scrollable sidebar menu and a scro