From ac7492ebe2548e4ca15d94a5172bcbd8b7212379 Mon Sep 17 00:00:00 2001 From: Ruslan Makarov Date: Thu, 9 Nov 2023 11:50:20 +0700 Subject: [PATCH] fix: npmjs.org links --- README.md | 4 +- package.json | 152 ++++++++++++++++----------------- src/components/ModalWindow.vue | 4 +- 3 files changed, 80 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index 0c7d40e..5eef78a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple Modal window Vue.js component that takes care of overlay, centering, animation, outside click/`Escape` key/`X-mark` closing and allows you to concentrate on its content only -![VB-preview](https://altrusl.github.io/vuesence-modal-window/vmw.gif) +![VB-preview](https://vuesence.github.io/modal-window/vmw.gif) Can be used for alerts, modals, dialogs etc. @@ -57,7 +57,7 @@ Styling and animation can be customized - check out `ModalWindow.vue`'s `