PluralKit/web/app/HomePage.vue

10 lines
86 B
Vue
Raw Normal View History

2019-04-19 16:08:27 +00:00
<template>
<h1>Hello</h1>
</template>
<script>
export default {
}
</script>