Remove .ts extension from import paths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<script>
|
||||
import { storeToRefs } from 'pinia';
|
||||
import loginStore from '@/stores/login.ts';
|
||||
import loginStore from '@/stores/login';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user