fe-drone-ci/src/App.vue

12 lines
139 B
Vue
Raw Normal View History

2017-04-18 07:09:13 +00:00
<template>
<div id="app">
<router-view></router-view>
</div>
2017-04-18 07:09:13 +00:00
</template>
<script>
2017-07-06 09:56:17 +00:00
export default{
2018-03-01 03:43:47 +00:00
name: 'App'
2017-07-06 09:56:17 +00:00
}
2017-04-18 07:09:13 +00:00
</script>