diff --git a/src/components/HexDump.vue b/src/components/HexDump.vue new file mode 100644 index 0000000..c25e968 --- /dev/null +++ b/src/components/HexDump.vue @@ -0,0 +1,82 @@ + + + + {{ hexDump }} + + + diff --git a/src/components/PlaygroundView.vue b/src/components/PlaygroundView.vue index 1925793..75a859c 100644 --- a/src/components/PlaygroundView.vue +++ b/src/components/PlaygroundView.vue @@ -1,10 +1,12 @@
{{ hexDump }}