CN-53 perf: cn-53第三条,column和legend国际化

This commit is contained in:
chenjinsong
2021-07-14 15:40:05 +08:00
parent 2e2b197b90
commit 8a0eb23e2d
7 changed files with 183 additions and 148 deletions

View File

@@ -78,7 +78,7 @@
</template>
<script>
import {ref, computed} from 'vue'
import { ref, computed } from 'vue'
import MyDatePicker from '../MyDatePicker'
export default {
@@ -105,7 +105,7 @@ export default {
components: {
MyDatePicker
},
setup(props, ctx) {
setup (props, ctx) {
// data
const myStartTime = ref(props.startTime)
const myEndTime = ref(props.endTime)