Jimin Huang commited on
Commit
452e071
·
1 Parent(s): dbe8e96

Change settings

Browse files
Files changed (1) hide show
  1. src/components/AssetTabs.vue +1 -1
src/components/AssetTabs.vue CHANGED
@@ -14,7 +14,7 @@
14
 
15
  <script setup>
16
  import { computed } from 'vue'
17
- import { dataService } from '@/lib/dataService'
18
 
19
  const props = defineProps({
20
  modelValue: { type: String, default: '' },
 
14
 
15
  <script setup>
16
  import { computed } from 'vue'
17
+ import { dataService } from '../lib/dataService'
18
 
19
  const props = defineProps({
20
  modelValue: { type: String, default: '' },