@myissue/vue-website-page-builder 3.0.16 → 3.0.17

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.0.16",
3
+ "version": "v3.0.17",
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",
@@ -297,9 +297,9 @@ onMounted(async () => {
297
297
  </div>
298
298
  <!-- Add Component # end -->
299
299
  </div>
300
- <div class="text-right text-xs text-gray-600 py-2 px-4 bg-white">
301
- version: {{ version }}
302
- </div>
300
+ </div>
301
+ <div class="text-right text-xs text-gray-600 py-2 px-4 bg-white">
302
+ version: {{ version }}
303
303
  </div>
304
304
  <!-- Add Component # end -->
305
305
  </main>