maj balise div et vue
This commit is contained in:
		@@ -126,12 +126,20 @@ export default {
 | 
			
		||||
            current_dir: '/',
 | 
			
		||||
            breadcrumbParts: [],
 | 
			
		||||
            isAddFilePopupVisible: false,
 | 
			
		||||
            newFileName: ''
 | 
			
		||||
            newFileName: '',
 | 
			
		||||
        };
 | 
			
		||||
    },
 | 
			
		||||
    async mounted() {
 | 
			
		||||
        await this.fetchFiles();
 | 
			
		||||
        this.breadcrumbParts = this.getBreadcrumbParts();
 | 
			
		||||
 | 
			
		||||
        const webTransferDiv = document.getElementById('archiveInfos');
 | 
			
		||||
        if (webTransferDiv) {
 | 
			
		||||
            this.archiveUrl = webTransferDiv.dataset.archiveUrl;
 | 
			
		||||
            this.token = webTransferDiv.dataset.token;
 | 
			
		||||
        } else {
 | 
			
		||||
            console.error('Pas d\'informations pour recuperer l\'archive');
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    methods: {
 | 
			
		||||
        async fetchFiles() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user