From cf5c55f06879283c45f4a34fa69ac2dcc32875f8 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Fri, 12 May 2017 17:35:46 +0200 Subject: [PATCH] Fix typo --- examples/basic/app.js | 5 ++++- examples/vuex-async/views/Post.vue | 2 +- examples/vuex/views/Post.vue | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/basic/app.js b/examples/basic/app.js index 663f740..52514f1 100644 --- a/examples/basic/app.js +++ b/examples/basic/app.js @@ -16,6 +16,9 @@ new Vue({ htmlAttrs: { lang: 'en', amp: undefined - } + }, + meta: [ + { name: 'description', content: 'Hello', vmid: 'test' } + ] }) }).$mount('#app') diff --git a/examples/vuex-async/views/Post.vue b/examples/vuex-async/views/Post.vue index 15cd5cd..e67c239 100644 --- a/examples/vuex-async/views/Post.vue +++ b/examples/vuex-async/views/Post.vue @@ -5,7 +5,7 @@ diff --git a/examples/vuex/views/Post.vue b/examples/vuex/views/Post.vue index 26d3a3c..c6e92d3 100644 --- a/examples/vuex/views/Post.vue +++ b/examples/vuex/views/Post.vue @@ -1,7 +1,7 @@