fe-drone-ci/src/App.vue

12 lines
120 B
Vue
Raw Normal View History

2017-04-18 07:09:13 +00:00
<template>
<div id="app">
<router-view/>
</div>
2017-04-18 07:09:13 +00:00
</template>
<script>
export default{
name: 'App'
}
2017-04-18 07:09:13 +00:00
</script>