UNPKG

shogi-player

Version:

Shogi board web components has functions for replaying, manipulating, and editing

12 lines (11 loc) 200 B
export const mod_profile = { data() { return { _ShogiPlayerRenderCount: 0, _MainBoardRenderCount: 0, } }, beforeUpdate() { this.$data._ShogiPlayerRenderCount += 1 }, }