|
|
@ -13,12 +13,12 @@ |
|
|
const __wxTemplateComponentProps = {"calendar":["wxTemplateName","title","subtitle","showTitle","showSubtitle","minDate","maxDate","type","color","showMark","formatter","rowHeight","currentDate","safeAreaInsetBottom","showConfirm","confirmDisabledText","confirmText","scrollIntoView","allowSameDay"]} |
|
|
const __wxTemplateComponentProps = {"calendar":["wxTemplateName","title","subtitle","showTitle","showSubtitle","minDate","maxDate","type","color","showMark","formatter","rowHeight","currentDate","safeAreaInsetBottom","showConfirm","confirmDisabledText","confirmText","scrollIntoView","allowSameDay"]} |
|
|
import __wxTemplateComponent0 from './calendar.vue' |
|
|
import __wxTemplateComponent0 from './calendar.vue' |
|
|
__wxTemplateComponentProps['calendar'] && __wxTemplateComponentProps['calendar'].forEach(prop => __wxTemplateComponent0.props[prop] = {type: null}) |
|
|
__wxTemplateComponentProps['calendar'] && __wxTemplateComponentProps['calendar'].forEach(prop => __wxTemplateComponent0.props[prop] = {type: null}) |
|
|
import Header from './components/header/index.vue' |
|
|
import Vanheader from './components/header/index.vue' |
|
|
import Month from './components/month/index.vue' |
|
|
import Month from './components/month/index.vue' |
|
|
import VanButton from '../button/index.vue' |
|
|
import VanButton from '../button/index.vue' |
|
|
import VanPopup from '../popup/index.vue' |
|
|
import VanPopup from '../popup/index.vue' |
|
|
import VanToast from '../toast/index.vue' |
|
|
import VanToast from '../toast/index.vue' |
|
|
global['__wxVueOptions'] = {components:{'header': Header,'month': Month,'van-button': VanButton,'van-popup': VanPopup,'van-toast': VanToast,'calendar' : __wxTemplateComponent0}} |
|
|
global['__wxVueOptions'] = {components:{'vanheader': Vanheader,'month': Month,'van-button': VanButton,'van-popup': VanPopup,'van-toast': VanToast,'calendar' : __wxTemplateComponent0}} |
|
|
|
|
|
|
|
|
global['__wxRoute'] = 'vant/calendar/index' |
|
|
global['__wxRoute'] = 'vant/calendar/index' |
|
|
import { VantComponent } from '../common/component'; |
|
|
import { VantComponent } from '../common/component'; |
|
|
|