vuejs2

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 5,035 public repositories matching this topic...
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- 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...</>
-
Methods i feel are missing or inconsistent (Removing row by index,Expand/Collapse row by unique id)
I might be missing these methods, or easy implementation but I just can't seem to find them in the documentation and examples.
Removing row by index. - You insert and update row by index, however removing row is suddenly by definite field and value or unique Id. I often missed ability to remove a row by its index instead of having to look for a value in that one specific row so that i can remov
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g
.英文不是很好,用的是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
package.json 如下
{
"name": "atool",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "yarn serve"
},
"dependencies": {
-
Updated
May 15, 2020 - Java
-
Updated
May 31, 2020 - TSQL
Versions
- vee-validate: 3.3.0
Documentation issue
I've been looking for a way to debounce running an expensive custom validator, and after some digging, I found the debounce
prop, but couldn't find any documentation for it.
Is there a reason it was left out of the documentation?
What is the motivation for adding / enhancing this feature?
I recently wanted to test my VSF shop in production but didn't exactly knew the requirements so I just bought a vps with 4GB or RAM and 2 CPUs. After some testings I saw that 4GB RAM was clearly not enough. So I wo
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
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
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
Right now I have to deploy the vue-press
documentation manually with the deploy script
This should be handle by the CI.
https://strml.github.io/react-grid-layout/examples/8-localstorage-responsive.html
When I resize browser window , if I want to get responsive layoutData at different width , there is no event for that , only can get it through the outerWidth , then according the width get the breakpoint.
With this event , I can save layoutData at the breakpoint changed immediately.
thx.
-
Updated
Nov 18, 2017 - JavaScript
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
- VideoJs V6.6.2
- Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
- 点击“打开dialog”--click the link to open dialog
- 点击 poster中间的播放按钮(无反应) -- click the Pl
https://github.com/pablohpsilva/vuejs-component-style-guide#why-6
Again, grouping makes the component easier to read (name; extends; props, data and computed; components; watch and methods; lifecycle methods, etc.);
export default {
// Do not forget this little guy
name: 'RangeSlider',
// share common functionality with component mixins
mixins: [],
// compos
-
Updated
Jan 3, 2019 - HTML
-
Updated
Jun 9, 2020 - JavaScript
Currently, it is only possible to link to an already existing page of the site.
When using publii as a standard (i.e. non-blog) site creator, this totally breaks the flow : while writing a page, you think to something you want to link to as a new page, yo must save/close your page, create the new one, save it, go back to the first page, create the link and keep going.
It would be very convenie
-
I'm submitting a ...
- bug report
- feature request
- support request
-
What is the current behavior?
At the moment it ist possible to use the selectOption "customLabel" for setting a function which can generate custom strings by using the options properties.
- What is the motivation / use case for changing the behavior?
I would like to see an option
-
Updated
Jun 8, 2020 - Vue
单选或者多选增加横放排列方式
单选或者多选增加横放排列方式
#!en FAQ #!zh 常见问题答疑
indexOf: fromIndex
I feel like indexOf
's optional second parameter: fromIndex
, is an unsung hero.
It has saved me many times from having to slice
an array before calling indexOf
.
Would you consider a PR with an example using fromIndex
?
-
Updated
May 11, 2020 - Vue
这个新特性和一个问题相关吗?简单描述下,比如我什么场景下,需要解决什么问题,发现表格不支持这个功能
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**描述下,你希望得到的什么解决方案 **
Describe the solution you'd like
A clear and concise description of what you want to happen.
是否有不错的替代方案
**Describe alternatives you've considered
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
Expected Behavior
v-autocomplete/v-combobox `@b