From: Eduardo San Martin Morote Date: Fri, 5 Apr 2019 15:56:17 +0000 (+0200) Subject: rename utils X-Git-Tag: v4.0.0-alpha.0~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e836185440dbba76d7de6b71bd2bd6b2b2b7a2c1;p=thirdparty%2Fvuejs%2Frouter.git rename utils --- diff --git a/src/matcher.ts b/src/matcher.ts index fbb36468..012e3b5e 100644 --- a/src/matcher.ts +++ b/src/matcher.ts @@ -5,7 +5,7 @@ import { RouterLocation, RouterLocationNormalized, } from './types/index' -import { stringifyQuery } from './uitls' +import { stringifyQuery } from './utils' // TODO: rename interface RouteMatcher { diff --git a/src/uitls/index.ts b/src/utils/index.ts similarity index 100% rename from src/uitls/index.ts rename to src/utils/index.ts