b576cac0ab5fca7d37e8e750f9f351dabfd2629b.svn-base 395 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <template>
  2. <el-container>
  3. 4444
  4. </el-container>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. }
  11. },
  12. components: {
  13. },
  14. computed: {
  15. },
  16. activated() {
  17. },
  18. created(){
  19. },
  20. mounted(){
  21. },
  22. methods: {
  23. },
  24. watch: {
  25. }
  26. }
  27. </script>
  28. <style scoped>
  29. .el-container {
  30. width: 100%;
  31. height:100%;
  32. }
  33. </style>