feat:更新训练场模块
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
<library-file-list />
|
||||
|
||||
<library-file-dialog />
|
||||
|
||||
<library-file-content-dialog />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import LibraryFileList from '@/components/Library/LibraryFileList.vue'
|
||||
import LibraryFileDialog from '@/components/Library/LibraryFileDialog.vue'
|
||||
import LibraryFileContentDialog from '@/components/Library/LibraryFileContentDialog.vue'
|
||||
import { useLibraryStore } from '@/stores/library.ts'
|
||||
import { Plus } from '@element-plus/icons-vue'
|
||||
import { onMounted } from 'vue'
|
||||
|
||||
Reference in New Issue
Block a user