@myissue/vue-website-page-builder 3.3.33 → 3.3.34
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,5 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
2
|
+
<div
|
|
3
|
+
class="pbx-flex pbx-flex-col pbx-border pbx-border-solid pbx-border-gray-400"
|
|
4
|
+
:class="{ '': expanded }"
|
|
5
|
+
>
|
|
3
6
|
<div
|
|
4
7
|
class="pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 hover:pbx-bg-myPrimaryLightGrayColor pbx-border-b pbx-border-gray-200"
|
|
5
8
|
@click="expanded = !expanded"
|