DR/4DAGE 3 years ago
parent
commit
acef27904a
1 changed files with 36 additions and 0 deletions
  1. 36 0
      shuzhixiangzheng/src/components/MainPageChild/EducationPage.vue

+ 36 - 0
shuzhixiangzheng/src/components/MainPageChild/EducationPage.vue

@@ -0,0 +1,36 @@
+<template>
+    <div id="educationPage">
+      
+    </div>
+    </template>
+    
+    <script>
+     
+    export default {
+      name: 'EducationPage',
+      components:{
+        
+      },
+      data () {
+        return {
+          msg: '',
+        }
+      },
+      mounted(){
+        
+      },
+      methods:{
+        
+      }
+    }
+    </script>
+    
+ <style scoped>
+     #educationPage{
+        position: absolute;
+        width: 100%;
+        height: 100%;
+     }
+ 
+    </style>
+