老师,新年好,
可以麻烦你举个vuex+sessionStorage 的例子吗?
比如,以 course.vue 为例,
<big-file v-bind:input-id="'image-upload'"
v-bind:text="'上传封面'"
v-bind:suffixs="['jpg', 'jpeg', 'png']"
v-bind:use="FILE_USE.COURSE.key"
v-bind:after-upload="afterUpload"></big-file>
如果要传递 course 的话,是这样写吗?
<big-file v-bind:course="SessionStorage.get(SESSION_KEY_COURSE) || {}"></big-file>
谢谢老师指导!!!