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