Skip to content
#

vuejs

vue logo

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 15,371 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
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...</>
-
pmichna
pmichna commented Mar 19, 2018

https://jsfiddle.net/7os91g7n/20/

Reproduction steps:

  1. Extend manually columns, so the sum of their widths is larger than container size. The table becomes horizontally scrollable because of resizeMode: 'overflow'.
  2. Scroll to the right till the end.
  3. Drag the last column (E) to the left.

Existing behavior:
The transparent picture of the column is dragged with an offset from the

coreui-free-bootstrap-admin-template
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

vee-validate
sebsobseb
sebsobseb commented Mar 4, 2020

Versions

  • vee-validate: 3.1.3
  • vue: 2.6.10
  • vue-jest: 3.0.5
  • @vue/test-utils: ^1.0.0-beta.31

Describe the bug
I have a BaseInput.vue component which has one default <slot></slot> wrapped in a <validation-provider>. When it has errors it will show the error message inside a <div class="error-message"></div>.
But, in my tests, when I pass a <input> to the default slo

buefy
foochris
foochris commented Apr 9, 2020

Description

As a new user, it may be helpful to see the options available for each UI Component. In Steps, for example, a list could be displayed below the subheading, 'Response horizontal process steps', that displays Dynamic, Icons, Sizes, Types and API.

Currently, a user has to scroll the entire page to see all available subheadings / subtopics.

Why Buefy need this feature

Hav

paglias
paglias commented Apr 26, 2020

Similar to #12119

When a string is updated in the English source files they should be reset to the english version in all other languages since the meaning might have changed and the translation be outdated.

We might have to change a setting in Weblate or update the script that updates the translation files here.

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

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

vue-storefront
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
zero
fvigotti
fvigotti commented Jul 12, 2019

Hi,
I want to show an issue that bitten me hard in the past days, I've had problems in subscriptions but I've seen same behaviour in queries too ,

my current versions of vue-apollo are the latest one available today ("vue-apollo": "3.0.0-rc.1", ) ( aswell as latest version of nuxt/vue etc ) , but while investigating I've seen this issue existing in past versions too

wrong

my3188
my3188 commented Mar 2, 2020

There is no code for using idstate in folder docs-src.
In fact, I don't quite understand the role of idstate . how do I use it? Is it helpful for performance improvement? Or is it only helpful for the correctness of data display?

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

chatwoot
Instinctlol
Instinctlol commented Mar 4, 2020

When setting height="auto" prop the modal is not expanding in the same way as in your gif. Instead, it looks like the top and bottom part of the modal are expanded by the same amount. This is problematic, because my modal (where I'm using https://github.com/dabernathy89/vue-query-builder ) includes a lot of buttons and every time the modal gets expanded, the clicked button shifts away from the p

Created by Evan You

Released February 2014

Latest release 6 months ago

Repository
vuejs/vue
Website
vuejs.org
Wikipedia
Wikipedia

Related Topics

angular react
You can’t perform that action at this time.