inkstitch/electron/src/renderer/App.vue

18 wiersze
351 B
Vue

<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons');
</style>