@@ -13,13 +13,7 @@
</script>
<template>
- <iframe
- :src="path"
- width="100%"
- height="100%"
- frameborder="0"
- class="!z-0 !pointer-events-none"
- ></iframe>
+ <iframe :src="path" width="100%" height="100%" frameborder="0" class="!z-0"></iframe>
</template>
<style scoped lang="less"></style>