apigo/tests/client_test.js
2024-10-24 17:56:45 +08:00

8 lines
133 B
JavaScript

import cli from 'client'
let w = cli.open({
title: 'Hello',
html: '<div>Hello999</div>',
width: 800,
height: 600,
})