inkstitch/electron/src/renderer/App.vue

18 wiersze
351 B
Vue
Czysty Zwykły widok Historia

2021-03-12 04:43:07 +00:00
<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
2020-04-28 16:34:05 +00:00
<template>
<div id="app">
2020-08-21 02:11:23 +00:00
<router-view></router-view>
2020-04-28 16:34:05 +00:00
</div>
</template>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons');
2020-04-28 16:34:05 +00:00
</style>