File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/browser/aepp/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ This package is expected to work in these environments:
25
25
[ jest ] : https://github.com/facebook/jest/issues/4422#issuecomment-770274099
26
26
[ typescript ] : README.md#typescript-projects
27
27
[ vue-cli4 ] : README.md#vue-cli4
28
- [ vue-3 ] : README.md#vue-3
28
+ [ vue-3 ] : README.md#vue3
29
29
[ vite ] : https://github.com/vitejs/vite/issues/9062#issuecomment-1202167352
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export default {
104
104
computed: mapState ([' aeSdk' ]),
105
105
methods: {
106
106
async create () {
107
- // Contract instance can't be in deep reactive https://github.com/aeternity/aepp-sdk-js/blob/develop/docs/README.md#vue-3
107
+ // Contract instance can't be in deep reactive https://github.com/aeternity/aepp-sdk-js/blob/develop/docs/README.md#vue3
108
108
this .contract = shallowRef (
109
109
await this .aeSdk .initializeContract ({ sourceCode: this .contractSourceCode }),
110
110
);
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const store = createStore({
10
10
state : {
11
11
address : undefined ,
12
12
networkId : undefined ,
13
- // AeSdkAepp instance can't be in deep reactive https://github.com/aeternity/aepp-sdk-js/blob/develop/docs/README.md#vue-3
13
+ // AeSdkAepp instance can't be in deep reactive https://github.com/aeternity/aepp-sdk-js/blob/develop/docs/README.md#vue3
14
14
aeSdk : shallowReactive ( new AeSdkAepp ( {
15
15
name : 'Simple æpp' ,
16
16
nodes : [
You can’t perform that action at this time.
0 commit comments