mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-16 04:02:45 +01:00
@@ -1,21 +0,0 @@
|
||||
<template>
|
||||
<object data="http://localhost:9001/keygen">
|
||||
<embed src="http://localhost:9001/keygen" />
|
||||
Error: Embedded data could not be displayed.
|
||||
</object>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Emitter",
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
object,
|
||||
embed {
|
||||
padding-left: 56px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user