@myissue/vue-website-page-builder 3.3.97 → 3.3.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/style.css +1 -1
- package/dist/vue-website-page-builder.js +3582 -3543
- package/dist/vue-website-page-builder.umd.cjs +29 -29
- package/package.json +4 -4
- package/src/Components/Homepage/Footer.vue +1 -1
- package/src/css/style.css +2 -6
- package/src/services/PageBuilderService.ts +180 -73
- package/src/tests/PageBuilderTest.vue +1 -1
- package/src/tests/componentsArray.test.json +12 -12
package/README.md
CHANGED
|
@@ -761,7 +761,7 @@ If you have any questions or if you're looking for customization, feel free to c
|
|
|
761
761
|
|
|
762
762
|
Encountered a bug, have suggestions, or need a new feature? Create a GitHub issue:
|
|
763
763
|
|
|
764
|
-
- [Submit an Issue](https://github.com/
|
|
764
|
+
- [Submit an Issue](https://github.com/myissue-org/vue-website-page-builder/issues)
|
|
765
765
|
|
|
766
766
|
## Feedback
|
|
767
767
|
|