diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-22 06:23:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-22 06:23:23 +0900 |
| commit | 9d11c29c3b4bd8fe06ad6a4bce2f3d9cd6531ffe (patch) | |
| tree | e3f31ad40bb976d06c2ca29116b049fe587f61d3 /src/client/components/form/input.vue | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-9d11c29c3b4bd8fe06ad6a4bce2f3d9cd6531ffe.tar.gz sharkey-9d11c29c3b4bd8fe06ad6a4bce2f3d9cd6531ffe.tar.bz2 sharkey-9d11c29c3b4bd8fe06ad6a4bce2f3d9cd6531ffe.zip | |
:art:
Diffstat (limited to 'src/client/components/form/input.vue')
| -rw-r--r-- | src/client/components/form/input.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/form/input.vue b/src/client/components/form/input.vue index d7b6f77519..591eda9ed5 100644 --- a/src/client/components/form/input.vue +++ b/src/client/components/form/input.vue @@ -33,7 +33,7 @@ <script lang="ts"> import { defineComponent, onMounted, onUnmounted, nextTick, ref, watch, computed, toRefs } from 'vue'; -import MkButton from '../ui/button.vue'; +import MkButton from '@client/components/ui/button.vue'; import { debounce } from 'throttle-debounce'; export default defineComponent({ |