UNPKG
@pixso/create-plugin
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
plugin template
@pixso/create-plugin
/
template-preact-ts
/
host.ts
7 lines
(6 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * For more information about the hostApi, please go to the https://pixso.cn/developer/en/ */
hostApi.
onMounted
(() => { console.
log
(
"Host script has been mounted"
); });