vite.config.ts add target

This commit is contained in:
hptangxi
2025-07-03 17:53:27 +08:00
parent a94412353a
commit 1463eee67e
2 changed files with 28 additions and 24 deletions

View File

@@ -29,7 +29,6 @@ const handleLogin = async () => {
<template>
<div class="login-container">
<n-card class="login-card" title="登录">
<div>auth: {{ authKey }}</div>
<n-space vertical>
<n-input
v-model:value="authKey"