1
0
mirror of https://github.com/PanJiaChen/electron-vue-admin.git synced 2025-04-06 03:57:57 +08:00
2018-05-03 11:39:16 +08:00

16 lines
177 B
Vue

<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'my-project'
}
</script>
<style>
/* CSS */
</style>