Vue.js

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 31,321 public repositories matching this topic...
-
Updated
Feb 22, 2021
-
Updated
Feb 9, 2021 - Vue
Currently is you set a component property to an object carrying a BigInt
the entire storybook stops functioning. The console logs show an error trying to serialize this object.
Uncaught TypeError: Do not know how to serialize a BigInt
at JSON.stringify (<anonymous>)
(...)
Code sample to help you get the context :
const invitations = {
isLoading: false,
e
-
Updated
Feb 20, 2021 - Vue
-
Updated
Feb 22, 2021 - TypeScript
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate
to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
Environment
Vuetify Version: 2.3.16
Vue Version: 2.6.12
Browsers: Safari 14.0
OS: Mac OS 10.15.7
Steps to reproduce
Just try select part of text with mouse
Expected Behavior
Selected part of text
Actual Behavior
not selected text
Reproduction Link
接入澳门支付
相关平台
H5
浏览器版本: Mozila/5.0 (Linux;Android 9;V1938CT Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML,like Gecko)Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/8.2.16.1
使用框架: React
复现步骤
在此系统自带的浏览器上, 随机无规律(暂时没找到规律) 部分element显示, 部分element不显示, 刷新后出现的问题也是一致, 在其他手机上(如iphone 6s ios13.3 iphone XSmax 13.6 小米...)
Taro能使用wxs吗?
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
Feb 19, 2021 - JavaScript
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head
-
Updated
Dec 12, 2020 - Vue
-
Updated
Nov 9, 2020 - JavaScript
v-model 不能同时使用多个修饰符
First
When run command pip install six
return error because pip is not installed. In result resolved commands brew install python; pip3 install six
Second
Before brew cask install <SOMETHING>
return error Error: Unknown command: cask. Resolved by use commands without cask:
brew install `
Both cases is not obvious for users which not used homebrew before (MacOS Big
-
Updated
Feb 21, 2021 - Java
- I confirm that this is an issue rather than a
-
Updated
Feb 5, 2021 - JavaScript
What problem does this feature solve?
I think the docs are lacking full flow, not mentioning 'beforeRouteLeave' for example. Would be cool if diagram were to be created, such as used on Vue lifecycle
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Nov 13, 2020 - Vue
-
Updated
May 3, 2020
-
Updated
Feb 22, 2021 - TypeScript
Bug Report
-
Updated
Feb 22, 2021 - JavaScript
What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML,
{{BigInt("100")}}
,{{100n}}
,{{2n * 50n}}
or{{50n + 50n}}
should show "100" (it can be just simply string by using .toString()) at frontend.At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu