@@ -73,6 +73,7 @@ onMounted(() => {
const pdfList = ref([])
const pdfUrl = ref('')
+
const changPdf = (url) => {
pdfUrl.value = url
}