diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-19 19:36:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-19 19:36:12 +0900 |
| commit | 5d968afa7424d82f49502c12f63f546f86eae433 (patch) | |
| tree | 52508c7c786eb6324e4874efa98ca7ef2e91ee35 /packages/client/src/components/form/section.vue | |
| parent | Update .eslintrc.js (diff) | |
| download | misskey-5d968afa7424d82f49502c12f63f546f86eae433.tar.gz misskey-5d968afa7424d82f49502c12f63f546f86eae433.tar.bz2 misskey-5d968afa7424d82f49502c12f63f546f86eae433.zip | |
update linr
Diffstat (limited to 'packages/client/src/components/form/section.vue')
| -rw-r--r-- | packages/client/src/components/form/section.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/form/section.vue b/packages/client/src/components/form/section.vue index 8eac40a0db..76db7ac5c3 100644 --- a/packages/client/src/components/form/section.vue +++ b/packages/client/src/components/form/section.vue @@ -1,5 +1,5 @@ <template> -<div class="vrtktovh" v-size="{ max: [500] }" v-sticky-container> +<div v-size="{ max: [500] }" v-sticky-container class="vrtktovh"> <div class="label"><slot name="label"></slot></div> <div class="main"> <slot></slot> |