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:
2525[ jest ] : https://github.com/facebook/jest/issues/4422#issuecomment-770274099
2626[ typescript ] : README.md#typescript-projects
2727[ vue-cli4 ] : README.md#vue-cli4
28- [ vue-3 ] : README.md#vue-3
28+ [ vue-3 ] : README.md#vue3
2929[ 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 {
104104 computed: mapState ([' aeSdk' ]),
105105 methods: {
106106 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
108108 this .contract = shallowRef (
109109 await this .aeSdk .initializeContract ({ sourceCode: this .contractSourceCode }),
110110 );
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const store = createStore({
1010 state : {
1111 address : undefined ,
1212 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
1414 aeSdk : shallowReactive ( new AeSdkAepp ( {
1515 name : 'Simple æpp' ,
1616 nodes : [
You can’t perform that action at this time.
0 commit comments