fix: 修改bug

This commit is contained in:
100011797 2023-07-10 20:10:41 +08:00
parent 91e6f1b8ab
commit d4f10e639f
1 changed files with 1 additions and 1 deletions

View File

@ -22,10 +22,10 @@
class="code-item" class="code-item"
width="100%" width="100%"
height="100%" height="100%"
sandbox="allow-forms allow-scripts allow-same-origin allow-popups"
:src="url" :src="url"
v-if="!loading" v-if="!loading"
></iframe> ></iframe>
<!-- sandbox="allow-forms allow-scripts allow-same-origin allow-popups" -->
</div> </div>
</j-spin> </j-spin>
</template> </template>