From 14d3f4bd0ff7543d4f2f3f44b0a2cd293c103a6c Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Mon, 28 Mar 2022 20:19:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-access/src/runtime/runtime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fes-plugin-access/src/runtime/runtime.js b/packages/fes-plugin-access/src/runtime/runtime.js index c6bbfb61..ab7eed2d 100644 --- a/packages/fes-plugin-access/src/runtime/runtime.js +++ b/packages/fes-plugin-access/src/runtime/runtime.js @@ -1,4 +1,5 @@ import { plugin, ApplyPluginsType } from '@@/core/coreExports'; +// eslint-disable-next-line import/extensions import { access, install } from './core'; export function onRouterCreated({ router }) {