@myissue/vue-website-page-builder 3.2.21 → 3.2.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "v3.2.21",
3
+ "version": "v3.2.22",
4
4
  "description": "🚧 DEVELOPMENT VERSION - Vue.js page builder component with drag & drop functionality. Not ready for production use.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
@@ -20,11 +20,6 @@ const getComponents = computed(() => {
20
20
  return pageBuilderStateStore.getComponents
21
21
  })
22
22
 
23
- // first button function
24
- const handleButton = function () {
25
- console.log('user want to play with the page builder')
26
- }
27
-
28
23
  const features = [
29
24
  {
30
25
  name: 'Live Drag & Drop Builder',
@@ -121,12 +116,8 @@ onMounted(async () => {
121
116
  href="https://github.com/qaiswardag/vue-website-page-builder"
122
117
  target="_blank"
123
118
  >
124
- Go to the GitHub repository
119
+ Go to the GitHub repository.
125
120
  </a>
126
- or
127
- <span @click="handleButton" class="text-myPrimaryLinkColor font-medium cursor-pointer">
128
- play around with the page builder.
129
- </span>
130
121
  </p>
131
122
  </div>
132
123
  <div>
@@ -148,12 +139,8 @@ onMounted(async () => {
148
139
  href="https://github.com/qaiswardag/vue-website-page-builder"
149
140
  target="_blank"
150
141
  >
151
- Go to the GitHub repository
142
+ Go to the GitHub repository.
152
143
  </a>
153
- or
154
- <span @click="handleButton" class="text-myPrimaryLinkColor font-medium cursor-pointer">
155
- play around with the page builder.
156
- </span>
157
144
  </p>
158
145
  </template>
159
146
  <template #content>
@@ -1628,8 +1628,6 @@ class PageBuilderClass {
1628
1628
  savedCurrentDesign = parsedData
1629
1629
  }
1630
1630
 
1631
- console.log('okokoko:', savedCurrentDesign)
1632
-
1633
1631
  this.pageBuilderStateStore.setComponents(savedCurrentDesign)
1634
1632
  } catch (error) {
1635
1633
  console.error('Error parsing JSON components:', error)