Add basic cli stuff.

This commit is contained in:
yuanhau 2025-05-15 14:04:16 +08:00
parent f740f671d1
commit a94b6fbb79
9 changed files with 107 additions and 13 deletions

View file

@ -6,6 +6,8 @@ import { ScrambleTextPlugin } from "gsap/dist/ScrambleTextPlugin";
gsap.registerPlugin(ScrambleTextPlugin);
const loading = ref(true);
const { t, locale } = useI18n();
// Great, there are now no errors ig
const emit = defineEmits(["windowopener", "error", "loadValue"]);
const props = defineProps({
values: {