@myissue/vue-website-page-builder 3.0.15 → 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.
|
|
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",
|
|
@@ -298,6 +298,9 @@ onMounted(async () => {
|
|
|
298
298
|
<!-- Add Component # end -->
|
|
299
299
|
</div>
|
|
300
300
|
</div>
|
|
301
|
+
<div class="text-right text-xs text-gray-600 py-2 px-4 bg-white">
|
|
302
|
+
version: {{ version }}
|
|
303
|
+
</div>
|
|
301
304
|
<!-- Add Component # end -->
|
|
302
305
|
</main>
|
|
303
306
|
|
|
@@ -310,9 +313,6 @@ onMounted(async () => {
|
|
|
310
313
|
</RightSidebarEditor>
|
|
311
314
|
</aside>
|
|
312
315
|
</div>
|
|
313
|
-
<div class="text-right text-xs text-gray-500 py-10 px-4 bg-red-100">
|
|
314
|
-
version: {{ version }}
|
|
315
|
-
</div>
|
|
316
316
|
</div>
|
|
317
317
|
</div>
|
|
318
318
|
</template>
|