图书馆综合管理系统
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.

16 lines
195 B

7 months ago
  1. <template>
  2. <div>
  3. <router-view />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'VenueDevice',
  9. data() {
  10. return {
  11. }
  12. }
  13. }
  14. </script>
  15. <style scoped>
  16. </style>