摘要: let { default: styles } = require('./video.css') interface IComponent { templateContainer: HTMLElement; init: () => void; template: () => void; handle 阅读全文
posted @ 2020-12-13 09:27 ladybug7 阅读(1324) 评论(0) 推荐(0)
摘要: let styles = require('./popup.css') styles = styles.default interface Icomponent { tempContainer: HTMLElement; init: () => void; template: () => void; 阅读全文
posted @ 2020-12-13 09:25 ladybug7 阅读(372) 评论(0) 推荐(0)