File tree Expand file tree Collapse file tree 4 files changed +185
-136
lines changed
Expand file tree Collapse file tree 4 files changed +185
-136
lines changed Original file line number Diff line number Diff line change 4545 "prettier" : " ^3.5.3" ,
4646 "semver" : " ^7.7.1" ,
4747 "simple-git-hooks" : " ^2.13.0" ,
48- "typedoc" : " ^0.26.11 " ,
49- "typedoc-plugin-markdown" : " ^4.2.10 " ,
50- "typescript" : " ~5.6.3 " ,
48+ "typedoc" : " ^0.28.13 " ,
49+ "typedoc-plugin-markdown" : " ^4.8.1 " ,
50+ "typescript" : " ~5.8.2 " ,
5151 "vitest" : " ^2.1.9"
5252 },
5353 "simple-git-hooks" : {
Original file line number Diff line number Diff line change 117117 "@vue/devtools-api" : " ^6.6.4"
118118 },
119119 "devDependencies" : {
120- "@microsoft/api-extractor" : " ^7.48.0 " ,
120+ "@microsoft/api-extractor" : " ^7.52.13 " ,
121121 "@rollup/plugin-alias" : " ^5.1.1" ,
122122 "@rollup/plugin-commonjs" : " ^25.0.8" ,
123123 "@rollup/plugin-node-resolve" : " ^15.3.1" ,
Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ export interface Router {
396396 * Creates a Router instance that can be used by a Vue app.
397397 *
398398 * @param options - {@link RouterOptions}
399+ * @param transitionMode The new transition mode option.
399400 */
400401export function createRouter (
401402 options : RouterOptions ,
You can’t perform that action at this time.
0 commit comments