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 30,816 public repositories matching this topic...
-
Updated
Jan 24, 2021
-
Updated
Jan 18, 2021 - Vue
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default
tag to describe the default value
However, nothing happens when I use the @deprecated
tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
-
Updated
Jan 25, 2021 - Vue
-
Updated
Jan 25, 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.4.2
Vue Version: 2.6.12
Browsers: Chrome 87.0.4280.141
OS: Windows 10
Steps to reproduce
When using the v-pagination
component if on the first page the previous button is decorated as disabled but is not actually disabled. It can still be tabbed onto and activated with the Enter key. This is misleading to a keyboard only or assistiv
接入澳门支付
相关平台
微信小程序
复现仓库
https://github.com/li-z/taro-bug
小程序基础库: 2.12.0
使用框架: React
复现步骤
运行项目后点击跳转到详情页,然后返回首页。然后触发子组件的 onClick 事件时,回调函数却还是详情页的函数。去掉id属性后正常。
期望结果
有无id属性都应正常
实际结果
有id属性异常
环境信息
Taro CLI 3.0.7 environment info:
System:
OS: macOS
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
Jan 25, 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 不能同时使用多个修饰符
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Jan 25, 2021 - Java
- I confirm that this is an issue rather than a
-
Updated
Jan 3, 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
Jan 25, 2021 - JavaScript
-
Updated
Nov 13, 2020 - Vue
-
Updated
May 3, 2020
-
Updated
Jan 25, 2021 - JavaScript
Bug Report
-
Updated
Jan 25, 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