]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: empty lines in docs
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 29 Mar 2020 16:15:31 +0000 (18:15 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 29 Mar 2020 16:15:31 +0000 (18:15 +0200)
src/matcher/path-parser-ranker.ts

index bd65ed112dfc43aa813d9f58058fa50116cce5ab..748b6ab69c905506298906ad9e5418e5781d3711 100644 (file)
@@ -28,6 +28,7 @@ export interface PathParser {
    * Parses a url and returns the matched params or nul if it doesn't match. An
    * optional param that isn't preset will be an empty string. A repeatable
    * param will be an array if there is at least one value.
+   *
    * @param path - url to parse
    * @returns a Params object, empty if there are no params. `null` if there is
    * no match
@@ -35,6 +36,7 @@ export interface PathParser {
   parse(path: string): PathParams | null
   /**
    * Creates a string version of the url
+   *
    * @param params - object of params
    * @returns a url
    */