关于[Initializing Web Components in Blazor via JS Interop]的摘要:
This blog post shows how to use a simple JavaScript web componentin a Blazor app. The web component used here is a friend-list component that takes a friend array. A friend has firstName and lastName and the friend-list component displays the friends in an unordered HTML list.
原文地址: https://www.thomasclaudiushuber.com/2020/02/14/initializing-web-components-in-blazor-via-js-interop/