From: 童欧巴 <349247397@qq.com> Date: Thu, 3 Dec 2020 17:27:03 +0000 (+0800) Subject: chore: fix file path in comments (#2709) [ci skip] X-Git-Tag: v3.0.5~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df48fc225a8f09df8f0e307caf124cb36baf9918;p=thirdparty%2Fvuejs%2Fcore.git chore: fix file path in comments (#2709) [ci skip] --- diff --git a/packages/shared/src/patchFlags.ts b/packages/shared/src/patchFlags.ts index a432d6fa76..1025258df2 100644 --- a/packages/shared/src/patchFlags.ts +++ b/packages/shared/src/patchFlags.ts @@ -13,7 +13,7 @@ * if (flag & TEXT) { ... } * ``` * - * Check the `patchElement` function in './renderer.ts' to see how the + * Check the `patchElement` function in '../../runtime-core/src/renderer.ts' to see how the * flags are handled during diff. */ export const enum PatchFlags {