src/books/toddlerGameImplementation/view/index.vue
@@ -11,11 +11,15 @@ components: { pageContent, }, data() { return {}; computed: { fontSize() { return this.$store.state.qiankun.fontSize; }, pageZoom() { return this.$store.state.qiankun.scale / 100; }, }, mounted() { }, methods: { getParentWithClass(element, className) { while (element.parentElement) { @@ -72,5 +76,5 @@ </script> <style lang="less"> @import "../assets/main.less"; @import "../assets/main.less"; </style>