diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-08-31 23:12:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-08-31 23:12:22 +0900 |
| commit | d9ff2dd471cb2dc4eef9c992a216731dfc244213 (patch) | |
| tree | c9507958ce820656bf0e2808755d7c36be24bd97 /packages/client/src/components/ui | |
| parent | Update .gitignore (diff) | |
| download | sharkey-d9ff2dd471cb2dc4eef9c992a216731dfc244213.tar.gz sharkey-d9ff2dd471cb2dc4eef9c992a216731dfc244213.tar.bz2 sharkey-d9ff2dd471cb2dc4eef9c992a216731dfc244213.zip | |
refactor(client): use setup syntax
Diffstat (limited to 'packages/client/src/components/ui')
| -rw-r--r-- | packages/client/src/components/ui/hr.vue | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/client/src/components/ui/hr.vue b/packages/client/src/components/ui/hr.vue deleted file mode 100644 index 0cb5b48875..0000000000 --- a/packages/client/src/components/ui/hr.vue +++ /dev/null @@ -1,17 +0,0 @@ -<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> |