Remove emitter (#184)

* Remove emitter
This commit is contained in:
Jonas Plum
2022-05-14 01:08:37 +02:00
committed by GitHub
parent 894e607efb
commit dfb501f8b9
31 changed files with 126 additions and 500 deletions

View File

@@ -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>