You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
364 B

  1. <template>
  2. </template>
  3. <script>
  4. import {} from "@/api/sysLanguage.js"
  5. export default {
  6. name: "null",
  7. data() {
  8. return {
  9. height: '',
  10. }
  11. },
  12. mounted() {
  13. this.$nextTick(() => {
  14. this.height = window.innerHeight - 240;
  15. })
  16. },
  17. methods: {},
  18. created() {
  19. }
  20. }
  21. </script>
  22. <style scoped>
  23. </style>