rebuilding-platformsh/src/App.vue

8 lines
96 B
Vue
Raw Normal View History

2019-04-23 20:47:32 +00:00
<template>
2019-04-24 09:43:01 +00:00
<div>
2019-04-23 20:47:32 +00:00
<router-view/>
</div>
</template>
2019-04-23 22:25:36 +00:00
<style src="./css/app.css"></style>