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