Skip to content
#

vue2

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 2,353 public repositories matching this topic...

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...</>
-
bootstrap-vue
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

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

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

xiebo22
xiebo22 commented May 16, 2019

问题描述

作者是个菜鸟,请详细地描述问题,不要一句话带过(特别是将描述放在标题上的),根据情况贴上代码

处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了

产生环境

  • **使用版本:-
  • **引入方式:CDN | NPM
  • **演示地址:-

提示错误信息

  1. Invalid prop: custom validator check failed for prop "startDate".
  2. Invalid prop: custom validator check failed for prop "endDate".
  3. Invalid prop: custom validator check failed for prop "value".

代码区域

jsam6
jsam6 commented Apr 10, 2020

Hi all, in the documentation @ Use Customer Image , it uses @imageAdded.
However using @imageAdded does not trigger the function.

Instead, by using @image-added only does the function is triggered.

<vue-editor id="editor" useCustomImageHandler @imageAdded="handleImageAdded" v-model="content" ></vue-editor>

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

Created by Evan You

Released February 2014

Latest release 7 months ago

Repository
vuejs/vue
Website
vuejs.org
Wikipedia
Wikipedia

Related Topics

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