feat: 禅道296
This commit is contained in:
parent
ca6b14c2fd
commit
931c45da11
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,25 @@
|
||||||
|
<template>
|
||||||
|
<iframe
|
||||||
|
src="http://49.232.14.174:2256/media/default/test.html"
|
||||||
|
frameborder="0"
|
||||||
|
allowfullscreen>
|
||||||
|
</iframe>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style scoped>
|
||||||
|
iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: none; /* 可选,去掉边框 */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in New Issue