元气智驾官网后台前端页面
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

17 行
177 B

  1. <template>
  2. <div id="app">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'App',
  9. methods: {
  10. test() {
  11. const a = 0
  12. }
  13. }
  14. }
  15. </script>