Merge branch 'dev' of github.com:jetlinks/jetlinks-ui-vue into dev

This commit is contained in:
leiqiaochu 2023-07-10 20:11:28 +08:00
commit 8ec0b5a020
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>