农经大屏
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
233 B

  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>