寓言 寓言插件发出寓言Elmish应用程序与JS / TS进行交互的。 用法 添加对程序包的引用: dotnet add package Fable.TsDeclaration # Or, if you use Paket: dotnet paket add Fable.TsDeclaration 在您的F#应用程序中,说App.fs : // Your Elmish types type Model = { Names : string [] IsLoading : bool } type Msg = | DoSomething of times : int | DoSomethingElse of instruction : string // Binding to the JS component // Learn more about im