no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// import defProps from '../../libs/config/props.js';
export default {
props: {
}
}

View File

@@ -0,0 +1,29 @@
<template>
<picker-view-column>
<view class="u-picker-column">
</view>
</picker-view-column>
</template>
<script>
import props from './props';
import mpMixin from '../../libs/mixin/mpMixin';
import mixin from '../../libs/mixin/mixin';
/**
* PickerColumn
* @description
* @tutorial url
* @property {String}
* @event {Function}
* @example
*/
export default {
name: 'u-picker-column',
mixins: [mpMixin, mixin, props],
}
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
</style>