fe-drone-ci/src/App.vue

12 lines
122 B
Vue
Raw Normal View History

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