vuejs

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,352 public repositories matching this topic...
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
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
-
Updated
Jun 12, 2020 - Vue
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...</>
-
-
Updated
Jun 7, 2020 - JavaScript
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
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
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
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
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.
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
-
Updated
Jun 11, 2020 - Go
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
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
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
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
To avoid permission issues and version mismatches between projects, pip should install using --user
and maybe inside .zero/pip_modules
folder. This would also likely require appending PATH
to these modules as environment variable when spawning python process in handler-python
.
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset
But note that here we don't need the default poi
command, since we don't need that dev server. Instead we use poi watch
& nodemon to develop the app, each time webpac
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
Is your enhancement request related to a problem? Please describe.
It's really hard to type a message containing multiple sentences.
Describe the solution you'd like
The text area should expand once agent types a lengthy message
Describe alternatives you've considered
none
Additional context
none
Suggestion for docs
Right now I have to deploy the vue-press
documentation manually with the deploy script
This should be handle by the CI.
npm link后提示
npm WARN iview@2.14.0 requires a peer of vue@^2.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN WZ@1.0.0 No repository field.
wz命令执行不了。
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
This seems to be a fairly popular request as it has been asked about several times over the years, so I wonder if it would be worth adding as a feature to tabulator in some form.
Some examples of the request:
olifolkerd/tabulator#527
olifolkerd/tabulator#1511
olifolkerd/tabulator#1759
I also opened (and answered
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