Skip to content
#

JavaScript

javascript logo

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...

flapili
flapili commented Mar 3, 2020

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

MonsterGoGoGo
MonsterGoGoGo commented Apr 15, 2020

我的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,

jsinhSolanki
jsinhSolanki commented Jan 17, 2019

Hey, I am using tooltip in my navbar and I have two layout.

  1. With navbar
  2. 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

mavonEditor
Straw-Breeze
Straw-Breeze commented Dec 4, 2019
  • 环境:nuxt.js + vuetify

问题:img

前提:我已经在 SCSS 中设置 mavonEditor 的 z-index: 0,在正常情况下没有问题

.v-note-wrapper {
  z-index: 0 !important;
}

在同一层页面中我用了多个 mavonEditor 组件,在其中一个组件中点开 “链接” 按钮后,发现如上图的显示层 Bug,该页面下的其他 mavonEditor 组件的 z-index 被重置为了 1500(如下图)。

img

mand-mobile
chunghaochow
chunghaochow commented Apr 17, 2020

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事件。

Created by Brendan Eich

Released December 4, 1995

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia

Related Topics

nodejs
You can’t perform that action at this time.