diff --git a/src/components/ErrorBoundary/PdapErrorBoundary.vue b/src/components/ErrorBoundary/PdapErrorBoundary.vue index afcd75b..951fff0 100644 --- a/src/components/ErrorBoundary/PdapErrorBoundary.vue +++ b/src/components/ErrorBoundary/PdapErrorBoundary.vue @@ -66,11 +66,11 @@ onErrorCaptured((err, vm, info) => { * * * diff --git a/src/components/ErrorBoundary/README.md b/src/components/ErrorBoundary/README.md index 6346f43..8fe0a15 100644 --- a/src/components/ErrorBoundary/README.md +++ b/src/components/ErrorBoundary/README.md @@ -14,11 +14,11 @@ _From data-sources `App.vue`: This will catch any uncaught error at the route le ``` ``` diff --git a/src/components/Footer/PdapFooter.vue b/src/components/Footer/PdapFooter.vue index 08944a5..3f070df 100644 --- a/src/components/Footer/PdapFooter.vue +++ b/src/components/Footer/PdapFooter.vue @@ -1,7 +1,6 @@