mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
9 lines
136 B
Vue
9 lines
136 B
Vue
<script setup lang="ts">
|
|
import { Input } from "~/components/ui/input";
|
|
</script>
|
|
<template>
|
|
<div>
|
|
<Input />
|
|
</div>
|
|
</template>
|