Closed karynemayer closed 6 months ago
Name | Link |
---|---|
Latest commit | a545ffa3afa242e4b8b82482e773e6184fd0b152 |
Latest deploy log | https://app.netlify.com/sites/obe-testnet/deploys/663ea0f972e0a7000824470b |
Deploy Preview | https://deploy-preview-845--obe-testnet.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | a545ffa3afa242e4b8b82482e773e6184fd0b152 |
Latest deploy log | https://app.netlify.com/sites/obe-staging/deploys/663ea0f80ca1780008eb0453 |
Deploy Preview | https://deploy-preview-845--obe-staging.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Latest commit: |
a545ffa
|
Status: | ✅ Deploy successful! |
Preview URL: | https://c90b7c0e.open-block-explorer.pages.dev |
Branch Preview URL: | https://pinia.open-block-explorer.pages.dev |
Fixes #537
Description
This PR replaces vuex with pinia.
Other relevant changes:
declare module '@vue/runtime-core'
to the newdeclara module 'vue'
, since runtime-core is now included and its usage is not recommended on applications, as mentioned hereaxios
from globals to avoid tight couplingshallowMount()
to amount()
specifying a stub for the child component due to an error caused specifically by theshallowMount()
usage that has been around sincevue v3.2.32
. See screenshot of the errorUse node 20+ to build
Test scenarios
Checklist: