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 42,331 public repositories matching this topic...
-
Updated
Apr 6, 2022
-
Updated
May 22, 2022 - Vue
Describe the bug
The validateArgs
method in lib/router/src/utils.ts
is using VALIDATION_REGEXP
, NUMBER_REGEXP
, HEX_REGEXP
or COLOR_REGEXP
pattern to determine whether the string
value is validated or not, but any string which not match those pattern (like something with +
prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.
-
Updated
May 18, 2022 - Vue
-
Updated
May 20, 2022 - TypeScript
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to realtime
- Paste url
wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
- Observe connect is disabled
- Remove parameter, quickly undo it and click connect (also a bug)
- Send
{ "type": "ris_subscribe" }
to the remote server - Observe you receive
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
接入澳门支付
-
Updated
May 22, 2022 - JavaScript
input 支持auto-fill属性
这个特性解决了什么问题?
项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。
这个 API 长什么样?
input 支持auto-fill属性,目前编译出来input标签上没有这个属性
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.
-
Updated
May 19, 2022 - Java
-
Updated
May 16, 2022 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
May 11, 2022 - Vue
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
-
Updated
May 21, 2022 - JavaScript
Bug Report
v-model 不能同时使用多个修饰符
- I confirm that this is an issue rather than a
-
Updated
May 22, 2022 - TypeScript
Version
3.5.1
Reproduction link
https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L203
Steps to reproduce
None, just the source code seems to be wrong.
What is expected?
The type definition of Route#query should be
query: Dictionary<string | null | (string | null)[]>
-
Updated
May 3, 2020
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen