mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-30 11:26:23 -07:00
14148f6c4a
Resolve #7779
16 lines
305 B
Vue
16 lines
305 B
Vue
<template>
|
|
<div class="evrzpitu"></div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';import * as os from '@/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.evrzpitu
|
|
margin 16px 0
|
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
|
|
|
</style>
|