Remove .ts extension from import paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 08:50:01 +08:00
parent dfd5706bcf
commit 523515459b
13 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
<script>
import { storeToRefs } from 'pinia';
import loginStore from '@/stores/login.ts';
import loginStore from '@/stores/login';
export default {
setup() {