From 947cafbb9c59261d0d7252a70bbbca8690c5cbc4 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 21 八月 2024 01:54:01 +0800 Subject: [PATCH] 是否称重 --- src/components/Button/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Button/index.ts b/src/components/Button/index.ts index 98add5c..49ad67a 100644 --- a/src/components/Button/index.ts +++ b/src/components/Button/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils'; +import { withInstall } from '@/utils'; import type { ExtractPropTypes } from 'vue'; import button from './src/BasicButton.vue'; import popConfirmButton from './src/PopConfirmButton.vue'; -- Gitblit v1.9.3