Skip to content
#

vue-components

Here are 1,007 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

vuetify
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,

wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
wzxxzw
wzxxzw commented Jul 25, 2019

.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined

// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],

//plugins文件夹下

import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}

.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone

followyouhome
followyouhome commented Feb 13, 2020

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • Do you want to request a feature or report a bug?

Minor bug

TengFeiHao
TengFeiHao commented Apr 4, 2019

In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows:

[Vue warn]: You may have an infinite update loop in a component render function.
found in
---> <QuillEditor> at components/common/quillEditor.vue
       <Pages/detail/Index.vue> at pages/deta
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

george-dotdev
george-dotdev commented Feb 18, 2020

Affected Projects
React

Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.

Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.

**Descr

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

Kolobok12309
Kolobok12309 commented Jan 14, 2020

Mb for nuxt asyncData api, because waitFor not working for this
Something like this

export default function (waiter, func) {
  return async (...args) => {
    const { app } = args[0];

    try {
      app.wait.start(waiter);
      return await func.apply(this, args);
    } finally {
      app.wait.end(waiter);
    }
  };
};

Or if vue-wait have this function, sorry a

vintprox
vintprox commented Apr 11, 2020

Vue.js version and component version

  • vue version 2.6.11
  • vue-codemirror version 4.0.6

Steps to reproduce

  1. Make editor with model set: <codemirror v-model="draft" />
  2. Initially set model: draft: 'TO WHATEVER TEXT'.
  3. Open editor, press Ctrl + Z.

What is Expected?

Nothing must happen.

What is actually happening?

Conten

olddeda
olddeda commented Nov 16, 2019
  • Vue.js version: 2.6.10
  • Nuxt.js version: 2.10.2

nuxt.config.js

plugins: [
....
  {
    src: "~plugins/vue-tables-2.js",
    ssr: true, //or false, the same
  },
....

/plugins/vue-tables-2.js

import {
    ServerTable
} from 'vue-tables-2'

export default ({
    app: {
        $axios,
    },
}, inject) => {
    Vue.use(Serve

Improve this page

Add a description, image, and links to the vue-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.