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 27,525 public repositories matching this topic...
-
Updated
Jul 22, 2020
-
Updated
Aug 13, 2020 - Vue
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Aug 24, 2020 - Vue
-
Updated
Aug 25, 2020 - TypeScript
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
slot 语法无效
相关平台
微信小程序
小程序基础库: 2.12.0
使用框架: React
复现步骤
组件库是 vant-weapp (所有组件的 slots 都无法使用)
<van-calendar
show={visible}
show-confirm
type="range"
defaultDate={[new Date().getTime() - (7 * 24 * 3600 * 1000), new Date().getTime()]}
onClose={onClose}
onConfirm={(e) => onConfirm(e)}
>
<slot name=
Taro能使用wxs吗?
接入澳门支付
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 19, 2020 - Vue
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})
Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.
Describe the bug
Currently on iOS the app content is partially obscured by the bar at the bottom of the screen used for gesture based navigation (known as the ‘Home Bar’).
To Reproduce
Open the Postwoman PWA on a modern iOS device *without
-
Updated
May 27, 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
- I confirm that this is an issue rather than a
-
Updated
Aug 4, 2020 - Vue
What problem does this feature solve?
It makes it possible to compare the latest route to START. Now you have to manually compare to ensure it's the same (or access START through the source, which I'd rather not).
Why do I want to compare with START? To check if this is the first routing made. Why would I want to do that? If coming from server-side and auth check fail, I want to replace th
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
May 3, 2020
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Java



Version
2.6.11
Reproduction link
https://jsfiddle.net/hgaL8t5n/
Steps to reproduce
Use translate=no in a template
What is expected?
template=no to be rendered in the HTML
What is actually happening?
translate=translate is being rendered instead
You can use devtools to inspect the rendered HTML in the reproducible