1. 首页
  2. 数据库
  3. 其它
  4. vhs tape:tape用于测试前端组件的磁带扩展 源码

vhs tape:tape用于测试前端组件的磁带扩展 源码

上传者: 2021-04-30 15:56:19上传 ZIP文件 203.39KB 热度 9次
录像带 用于测试前端组件的扩展。 用法 编写测试 const vhs = require ( 'vhs-tape' ) const MorphComponent = require ( 'hui/morph' ) const html = require ( 'hui/html' ) class Example extends MorphComponent { constructor ( loadMsg ) { super ( ) this . _loadMsg = loadMsg this . _msg = 'Hello, not mounted yet' this . _count = 0 this . onclick = this . onclick . bind ( this ) } createElement ( ) {
用户评论