src/views/model/index.vue
@@ -1,5 +1,5 @@ <template> <div class="kinematic"> <div class="modelContainer"> <RouterView /> </div> </template> @@ -8,4 +8,9 @@ </script> <style lang="less" scoped> .modelContainer { width: 100%; height: 100%; background-color: #fff; } </style>