fix: remove redundant aliases
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import CountDown from "@/components/dialog/CountDown.vue";
|
||||
import CountDown from "~/components/dialog/CountDown.vue";
|
||||
|
||||
const props = defineProps({
|
||||
content: String,
|
||||
|
||||
Reference in New Issue
Block a user