Updates Buefy to 0.7.10.
This commit is contained in:
parent
2050a63d1f
commit
01960030d9
|
@ -1951,9 +1951,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buefy": {
|
"buefy": {
|
||||||
"version": "0.7.8",
|
"version": "0.7.10",
|
||||||
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.8.tgz",
|
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.7.10.tgz",
|
||||||
"integrity": "sha512-ygOY/83spIkjRtqFd9I8ibPcvmVUotwljBqyHaQGhePXWkTFOnkIwDQZeMMAiB1FGWP5omFZ49e0yUXvbLK37A==",
|
"integrity": "sha512-jU9CTEQR1rozxagwEPB69qObBDwWl+4uCa6TjiPkqcqOb/uxq1uvyvCsVinADzjNjzOTFhUOuuSPQk8gsVEOzA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bulma": "0.7.5"
|
"bulma": "0.7.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"buefy": "^0.7.8",
|
"buefy": "^0.7.10",
|
||||||
"bulma": "^0.7.5",
|
"bulma": "^0.7.5",
|
||||||
"mdi": "^2.2.43",
|
"mdi": "^2.2.43",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.22.2",
|
||||||
|
|
|
@ -670,7 +670,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</masonry>
|
</masonry>
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ export const fetchItems = ({ rootGetters, dispatch, commit }, { collectionId, is
|
||||||
if (collectionId == undefined){
|
if (collectionId == undefined){
|
||||||
endpoint = '/items?';
|
endpoint = '/items?';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isOnTheme){
|
if (!isOnTheme){
|
||||||
if (postQueries.view_mode != undefined)
|
if (postQueries.view_mode != undefined)
|
||||||
postQueries.view_mode = null;
|
postQueries.view_mode = null;
|
||||||
|
|
|
@ -27,7 +27,7 @@ class Theme_Helper {
|
||||||
|
|
||||||
add_filter( 'the_content', [$this, 'the_content_filter'] );
|
add_filter( 'the_content', [$this, 'the_content_filter'] );
|
||||||
|
|
||||||
|
|
||||||
// Replace collections permalink to post type archive if cover not enabled
|
// Replace collections permalink to post type archive if cover not enabled
|
||||||
add_filter('post_type_link', array($this, 'permalink_filter'), 10, 3);
|
add_filter('post_type_link', array($this, 'permalink_filter'), 10, 3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue