/**
*
- * @param record Record or records we are testing the matcher against
- * @param location location we want to reolve against
+ * @param record - Record or records we are testing the matcher against
+ * @param location - location we want to reolve against
* @param [start] Optional currentLocation used when resolving
* @returns error
*/
/**
* Create a Router instance that can be used on a Vue app.
*
- * @param options {@link RouterOptions}
+ * @param options - {@link RouterOptions}
*/
export function createRouter({
history,