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.
 
 
 

25 lines
262 B

  1. <template>
  2. <div id="app">
  3. </div>
  4. </template>
  5. <script>
  6. export default {
  7. name: 'App',
  8. data() {
  9. return {
  10. }
  11. },
  12. components: {
  13. },
  14. computed: {
  15. },
  16. methods: {
  17. },
  18. mounted() {
  19. },
  20. }
  21. </script>
  22. <style>
  23. </style>