inkstitch/electron/src/renderer/App.vue

16 wiersze
177 B
Vue

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