diff --git a/examples/browser/aepp/src/App.vue b/examples/browser/aepp/src/App.vue index 4ae4c33121..32bfef5240 100644 --- a/examples/browser/aepp/src/App.vue +++ b/examples/browser/aepp/src/App.vue @@ -25,6 +25,13 @@ > Pay for transaction + + Typed data + ({ view: '' }), computed: mapState(['aeSdk']), diff --git a/examples/browser/aepp/src/TypedData.vue b/examples/browser/aepp/src/TypedData.vue new file mode 100644 index 0000000000..8307293bd6 --- /dev/null +++ b/examples/browser/aepp/src/TypedData.vue @@ -0,0 +1,170 @@ +