forgo powertoys:Forgo电动玩具 源码
放弃力量玩具 一组在Forgo Apps中使用的实用程序功能。 rerenderElement函数 渲染安装在元素上的组件。 import { rerenderElement } from "forgo-powertoys" ; // A forgo component. function LiveScores ( ) { return { render ( props ) { return Top score is { props . topscore } < / p > ; } , } ; } // Call rerender on the element. rerenderElement ( "#live-scores" , { topscore : 244 } ) ; // As needed,
文件列表
forgo-powertoys-main.zip
(预估有个8文件)
forgo-powertoys-main
src
index.ts
2KB
.npmignore
24B
tsconfig.json
342B
LICENSE
1KB
README.md
533B
.gitignore
2KB
package-lock.json
754B
package.json
362B
暂无评论