| | |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'App', |
| | | components: { |
| | | |
| | | export default { |
| | | name: 'App', |
| | | components: { |
| | | |
| | | }, |
| | | data() { |
| | | return { |
| | | kk: 1 |
| | | }, |
| | | data() { |
| | | return { |
| | | kk: 1 |
| | | } |
| | | }, |
| | | methods: { |
| | | changeLink: function () { |
| | | this.$store.commit('user/changeLink'); |
| | | } |
| | | }, |
| | | computed: { |
| | | |
| | | } |
| | | }, |
| | | methods: { |
| | | changeLink: function() { |
| | | this.$store.commit('user/changeLink'); |
| | | } |
| | | }, |
| | | computed: { |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | #app { |
| | | height: 100vh; |
| | | background-color: #031D67; |
| | | background-image: url("./assets/images/bg-box.png"); |
| | | } |
| | | #app:before { |
| | | display: table; |
| | | content: " "; |
| | | } |
| | | </style> |
| | | #app { |
| | | height: 100vh; |
| | | background-color: #031D67; |
| | | background-image: url("./assets/images/bg-box.png"); |
| | | } |
| | | |
| | | #app:before { |
| | | display: table; |
| | | content: " "; |
| | | } |
| | | </style> |