umijs / plugins

🍣 The one-stop shop for official Umi plugins and presets.
347 stars 239 forks source link

getDvaApp(): any #925

Open ldc2726 opened 1 year ago

ldc2726 commented 1 year ago

import { getDvaApp } from 'umi'; const state = getDvaApp()._models getDvaApp显示的any类型,导致state也是any类型