7 lines
119 B
Vue
7 lines
119 B
Vue
<template>
|
|
<iframe
|
|
class="size-full"
|
|
src="http://localhost:9090/admin/applications"
|
|
></iframe>
|
|
</template>
|