sprintify-ui 0.2.24 → 0.2.25
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
|
@@ -51,10 +51,9 @@ const template = `
|
|
|
51
51
|
field="title->en"
|
|
52
52
|
:toggle="false"
|
|
53
53
|
>
|
|
54
|
-
<div class="
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
</div>
|
|
54
|
+
<div class="font-medium text-slate-900 leading-tight truncate">
|
|
55
|
+
{{ row.title.slice(0, 30) }}...
|
|
56
|
+
</div>
|
|
58
57
|
</BaseTableColumn>
|
|
59
58
|
|
|
60
59
|
<BaseTableColumn
|
|
@@ -138,7 +137,6 @@ const template = `
|
|
|
138
137
|
</div>
|
|
139
138
|
</template>
|
|
140
139
|
|
|
141
|
-
|
|
142
140
|
<template #test>
|
|
143
141
|
<div>
|
|
144
142
|
Section Test
|