TVVM
TVVM copied to clipboard
轻量级TV端WEB应用开发框架
Results
2
TVVM issues
Sort by
recently updated
recently updated
newest added
作者你好,按照你的说明书在vue项目中如下引入后: ``` import * as TVVM from 'tvvm'; var tv = new TVVM({ focus: { defaultFocusIndex: '0-0', circle: { horizontal: true, vertical: true } } }); ``` 报错如下: ``` main.js:43...