From 26e19af0a372b206832934de496469b049dc3344 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:58:13 +0800 Subject: [PATCH] [F] Fix import --- src/scripts/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/utils.ts b/src/scripts/utils.ts index b670b1b..d64a9bb 100644 --- a/src/scripts/utils.ts +++ b/src/scripts/utils.ts @@ -1,4 +1,4 @@ -import {Vue} from "vue-class-component"; +import { Component, Vue, Prop } from 'vue-facing-decorator' /** * Same as python's range