diff --git a/package.json b/package.json index eb113d9..dc24d42 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "axios": "^1.7.2", "crypto-ts": "^1.0.2", "viem": "^2.14.2", - "vue": "^3.4.21" + "vue": "^3.4.21", + "vuex": "^4.1.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.8.0", diff --git a/src/components/main/ERC/NFT/NFT.vue b/src/components/main/ERC/NFT/NFT.vue index 7059b02..1b092e6 100644 --- a/src/components/main/ERC/NFT/NFT.vue +++ b/src/components/main/ERC/NFT/NFT.vue @@ -1,27 +1,34 @@