mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add basic cli stuff.
This commit is contained in:
parent
f740f671d1
commit
a94b6fbb79
9 changed files with 107 additions and 13 deletions
|
@ -1,3 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
// Great, there are now no errors ig
|
||||
const emit = defineEmits(["windowopener", "error", "loadValue"]);
|
||||
const props = defineProps<{
|
||||
values?: string;
|
||||
}>();
|
||||
</script>
|
||||
<template>
|
||||
<div class="justify-center align-center text-center flex flex-col">
|
||||
<span class="text-7xl m-4 m-1 mb-0 text-center align-center justify-center"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue