1
0
mirror of synced 2025-01-20 01:11:42 +03:00
2020-03-27 09:39:47 -04:00

20 lines
229 B
Vue

<template>
<div id="app">
<h1>Hello world</h1>
</div>
</template>
<script>
export default {
name: 'App',
data () {
return {
}
}
}
</script>
<style lang="scss">
@import '../themes/snow/snow.scss';
</style>