<template> <div class="eibs-tab"> <iframe style="width: 100%;min-height: 700px;height: 98%;" src="http://114.115.138.98:8334/swifteditor#/entry/admin" frameborder="0"></iframe> </div> </template> <script> import Api from "~/service/Api" import CodeTable from "~/config/CodeTable" import event from "../event"; export default { inject: ['root'], props: ["model", "codes"], mixins: [event], data() { return { } }, computed: { }, methods: { }, mounted() { }, created: function () { } } </script> <style> </style>