From 56a42d0235b5087103ab52d34d71b877392431d0 Mon Sep 17 00:00:00 2001 From: Jack Callow Date: Tue, 16 Sep 2025 14:05:10 +0300 Subject: [PATCH 1/2] Add vue-router-newtab --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6affe7cd..aee0043fb 100644 --- a/README.md +++ b/README.md @@ -1456,6 +1456,7 @@ _Detect when components enter viewport_ - [v-route-generate](https://github.com/weiquanju/v-route-generate) - A tool to generate routes for vue-router 4.x. - [kitbag/router](https://github.com/kitbagjs/router) - A type safe router for vuejs - [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Next Generation file based typed routing for Vue Router. +- [vue-router-newtab](https://www.npmjs.com/package/vue-router-newtab) - A Vue 3 + Vue Router 4 package that Cmd/Ctrl+click functionality to programmatic router.push() calls to open in a new tab. #### Lazy Load From c85afd9723d324940b5cacb9441806bfa7c2ca67 Mon Sep 17 00:00:00 2001 From: Jack Callow Date: Tue, 16 Sep 2025 12:06:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee0043fb..c634215ff 100644 --- a/README.md +++ b/README.md @@ -1456,7 +1456,7 @@ _Detect when components enter viewport_ - [v-route-generate](https://github.com/weiquanju/v-route-generate) - A tool to generate routes for vue-router 4.x. - [kitbag/router](https://github.com/kitbagjs/router) - A type safe router for vuejs - [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Next Generation file based typed routing for Vue Router. -- [vue-router-newtab](https://www.npmjs.com/package/vue-router-newtab) - A Vue 3 + Vue Router 4 package that Cmd/Ctrl+click functionality to programmatic router.push() calls to open in a new tab. +- [vue-router-newtab](https://www.npmjs.com/package/vue-router-newtab) - Auto detect Cmd/Ctrl + click to open router.push() calls in a new tab. #### Lazy Load