@explorer-1/vue 0.2.59 → 0.2.60

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": "@explorer-1/vue",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -192,7 +192,10 @@ export default defineComponent({
192
192
  page.content_type = handle
193
193
  page.id = page._id
194
194
  page.score = page._score
195
+ // ensure router links
195
196
  page.url = page._source.url
197
+ ? page._source.url.replace(/^[^:]+:\/\/[^/?#]+/, '')
198
+ : undefined
196
199
  page.title = page._source.title
197
200
  page.type = pageType
198
201
  page.topic = topic