-
Updated
Sep 3, 2020 - Vue
vuex
Here are 5,154 public repositories matching this topic...
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Vue
-
Updated
Sep 4, 2020 - JavaScript
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
-
Do you want to request a feature or report a bug?
Minor bug
-
Updated
Sep 4, 2020 - Vue
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 28, 2020 - Python
-
Updated
Jan 3, 2019 - HTML
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Nov 5, 2017 - Vue
-
Updated
Jul 29, 2020 - JavaScript
indexOf: fromIndex
I feel like indexOf
's optional second parameter: fromIndex
, is an unsung hero.
It has saved me many times from having to slice
an array before calling indexOf
.
Would you consider a PR with an example using fromIndex
?
-
Updated
May 11, 2020 - Vue
-
Updated
Sep 4, 2020 - Vue
component: pop-over
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Vue
-
Updated
Nov 14, 2019 - Vue
-
Updated
Jul 31, 2020 - Vue
Improve this page
Add a description, image, and links to the vuex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vuex topic, visit your repo's landing page and select "manage topics."
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