-
Updated
Dec 8, 2020 - Vue
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 18,309 public repositories matching this topic...
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 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.
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 8, 2020 - Go
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Dec 8, 2020 - Vue
Enhancement
Label names in chatwoot only support alphabets, numbers, hyphen and underscore.
At the moment the available validation doesn't show the user any errors, which would leave the user confused.
So let's add a validation error describing this behaviour
Current behaviour
<img width="1273" alt="Screenshot 2020-10-02 at 4 29 03 PM" src="https://user-images.githubuserconten
A hope
-
Updated
Oct 1, 2020 - JavaScript
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??
), optional chaining (?
.) and dynamic import()
anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0
We should update zero to latest babel and add an integration test for these features. I think the right change will be [here](https://gith
No indication of Vue 3 support in documentation. No information on latest version installation.
-
It is hard to understand for not experienced user wether Vuelidate supports Vue3.
-
Instruction informs that to install one should run npm install vuelidate --save. But no indication that it will install version vuelidate@0.7.6.
And no indication how to install last version
I tried npm install vuelidate@next --save, npm install vuelidate@2.0.0 --save with no good result.
Only after l
-
Updated
Dec 7, 2020 - Vue
Use svg for icons
Svg supported ie10+ and it should be default choice.
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Nov 14, 2020 - PHP
-
Updated
Dec 8, 2020 - Vue
-
Updated
Apr 29, 2020 - Vue
-
Updated
Jun 2, 2020 - JavaScript
Environment
Vuetify Version: 2.3.19
Vue Version: 2.6.12
Browsers: Chrome 86.0.4240.198
OS: Linux x86_64
Steps to reproduce
Enable dense mode in v-text-field and add prefix
Expected Behavior
Prefix and the text field content should vertically align even in dense mode
Actual Behavior
Prefix is slightly above the text field content
Reproduction L