2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-21 10:04:04 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
pimlie 8e15fdb8b1 examples: update dependencies 2019-07-25 18:34:32 +02:00
pimlie 3213227f6c examples: ie compatibility 2019-06-10 12:42:12 +02:00
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
pimlie 37563bcc84 chore: exclude ssr from webpack 2019-03-12 12:13:40 +01:00
pimlie a51eb4d783 Merge branch 'next' into docs 2019-03-12 11:26:29 +01:00
pimlie 05b8891110 test: add e2e tests
fix: boolean attributes client side
2019-03-12 10:03:46 +01:00
pimlie ae8b4f58fa chore: lint examples 2019-03-11 10:47:44 +01:00
pimlie 087e4abe76 chore: update vue-router example to include refresh once
chore: update example deps
2019-02-20 18:32:36 +01:00
pimlie 502c89e356 fix: dev env name 2019-02-11 14:19:07 +01:00
pimlie 5d64d43862 feat: major refactor, cleanup and jest tests 2019-02-09 21:45:22 +01:00