Skip to content
On this page

props

在載入影片上傳web-component的時候

可使用一些props來做額外的設定

例如以下的debug屬性

html
<micro-media-uploader
  id="micro-media-component"
  debug
></micro-media-uploader>

debug

Boolean

啟用Debug模式

上傳元件將會在console中印出各種資訊方便debug