report-design/src/App.vue

15 lines
183 B
Vue
Raw Normal View History

2018-09-18 10:03:59 +08:00
<template>
<div id="app">
<router-view/>
</div>
</template>
<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>
<style lang="scss">
</style>