Logo white

JCSS / yl_miniapp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • yl_miniapp
  • components
  • thorui
  • tui-charts-mixed
  • tui-charts-mixed.vue
  • init 提交到库
    46b6767c
    刘淇 authored
    2025-08-02 10:57:09 +0800  
    Browse Code »
tui-charts-mixed.vue 175 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<template>
	<view>
		
	</view>
</template>

<script>
	export default {
		name:"tui-charts-mixed",
		data() {
			return {
				
			};
		}
	}
</script>

<style scoped>

</style>