Input for port

This commit is contained in:
Joel Collins 2019-01-28 15:48:40 +00:00
parent 001edce47c
commit 4b935a5855
4 changed files with 36 additions and 12 deletions

View file

@ -1,7 +1,6 @@
<template>
<div id="app">
<hostInput/>
<img alt="Vue logo" src="./assets/images/logo.png">
<hostDisplay/>
</div>
</template>
@ -38,6 +37,7 @@ export default {
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
text-align: left;
padding-left: 20px;
}
</style>