🎨 Minor stylings

This commit is contained in:
Liyas Thomas
2020-01-10 05:30:38 +05:30
parent 355688abf8
commit bf1a143f03
6 changed files with 28 additions and 29 deletions

View File

@@ -4,18 +4,14 @@
{{ argName }}
</span>
:
<typelink
:type="argType"
:jumpTypeCallback="jumpCallback"
/>
<typelink :type="argType" :jumpTypeCallback="jumpCallback" />
</span>
</template>
<style>
</style>
<style></style>
<script>
import typelink from './typelink';
import typelink from "./typelink";
export default {
components: {
@@ -36,9 +32,7 @@ export default {
},
methods: {
jumpCallback(typeName) {
}
jumpCallback(typeName) {}
}
}
};
</script>