We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述
taro-vue3
<calendar class="calendar" :config="state.config" @whenChangeMonth="whenChangeMonth" />
这样没有反应
The text was updated successfully, but these errors were encountered:
src/components/wx_calendar/v2/index.js
import Taro from "@tarojs/taro"; // FIXME:taro里调用小程序原生组件 Taro.eventCenter.trigger(triggerEventName, { // FIXME:taro里调用小程序原生组件 current: { year: +curYear, month: +curMonth }, next: target }); Taro.eventCenter.trigger('onSwipe', { // FIXME:taro里调用小程序原生组件 current: { year: +curYear, month: +curMonth }, next: target, type: triggerEventName });
src/components/wx_calendar/v2/render.js
import Taro from "@tarojs/taro"; // FIXME:taro里调用小程序原生组件 Taro.eventCenter.trigger('afterCalendarRender', rst) // FIXME:taro里调用小程序原生组件
注意加到对应的事件下一行或者上一行
Sorry, something went wrong.
treadpit
No branches or pull requests
问题描述
taro-vue3
这样没有反应
The text was updated successfully, but these errors were encountered: