almost done

This commit is contained in:
lb
2023-12-12 11:11:10 +08:00
parent b62d0e4096
commit ae83da6eb9
4 changed files with 257 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
<RightTwo />
</div>
</div>
</div>
</div>
</template>
<script>
@@ -44,6 +44,17 @@ export default {
LeftFour,
RightTwo,
},
// provide() {
// return {
// resizeChart: null,
// };
// },
mounted() {
// this.$el.addEventListener('resize', () => {
// console.log('resizzzze...')
// this.resizeChart = Math.random();
// });
},
data() {
return {};
},