2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-01 18:14:04 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Pim 024e7c5a62 feat: add basic support for multiple apps on one page (#373)
* feat: add an appId to tags to support multiple apps

* feat: show warning on calling () on non-vuemeta components

* feat: always use appId ssr for server-generated apps

* test: update tests for appId

* chore: update circleci to only run audit for dependencies

* fix: dont set data-vue-meta attribute on title

it has no use on the client as we use document.title there. Which also means the appId listed would be wrong once the title is updated by another app then the ssr app

* chore: remove unused import

* chore: improve not supported message
2019-06-06 10:40:15 +02:00
Sebastien Chopin 42b56e6a0f fix: Handle kept-alive components & vue-router transitions 2017-08-02 18:39:34 +02:00
Declan de Wet 076832cbd6 More reliable strategy for getting deepmost component + addition of refresh() method + example & documentation on asynchronous updates 2016-11-09 07:26:38 +02:00
Declan de Wet 88c3bed379 add vuex example 2016-11-08 11:05:34 +02:00
Declan de Wet ebb101d8e7 add vue-router example with render function 2016-11-07 06:58:57 +02:00
Declan de Wet 2f6c27b750 add basic render example + fix a bug where missing root metInfo prevented fetching metaInfo from deeper in the component heirarchy 2016-11-06 21:59:12 +02:00
Declan de Wet f8b6ded280 start preparing examples & tests 2016-10-31 20:51:34 +02:00