mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
9 lines
86 B
Vue
9 lines
86 B
Vue
<template>
|
|
<h1>Hello</h1>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|