leaf-document-web/src/views/documents/List.vue

15 lines
184 B
Vue
Raw Normal View History

2023-12-06 02:07:39 +00:00
<template>
<div>a</div>
</template>
2023-12-07 06:39:34 +00:00
<script setup>
import router from '@/router';
const libraryId = router.currentRoute.value.params.LibraryId
console.log(libraryId)
</script>