You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
wxc-pan-item/index.vue,wxc-tab-page/index.vue,wxc-tab-bar/index.vue
这三个组件中仍然使用的是module.exports方式,会导致Uncaught TypeError: Cannot assign to read only property 'exports' of object '#<Object>'错误
The text was updated successfully, but these errors were encountered:
wxc-pan-item/index.vue
,wxc-tab-page/index.vue
,wxc-tab-bar/index.vue
这三个组件中仍然使用的是
module.exports
方式,会导致Uncaught TypeError: Cannot assign to read only property 'exports' of object '#<Object>'
错误The text was updated successfully, but these errors were encountered: