Skip to content
Snippets Groups Projects
App.vue 120 B
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    <template>
    
      <div id="app">
    
    Pan's avatar
    Pan committed
    </template>
    
    <script>
    
    export default{
      name: 'App'
    }
    
    Pan's avatar
    Pan committed
    </script>