农经大屏
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.

2 週之前
2 週之前
123456789101112131415
  1. <template>
  2. <v-scale-screen width="1920" height="1080">
  3. <div id="app">
  4. <router-view />
  5. </div>
  6. </v-scale-screen>
  7. </template>
  8. <script>
  9. export default {
  10. };
  11. </script>
  12. <style lang='scss' scoped>
  13. </style>