From 07b5b60d3b9c1071e33a84a9533fa13bc59dcc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 15 Aug 2017 10:39:07 +0200 Subject: [PATCH] Test headAttrs --- examples/basic/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/basic/app.js b/examples/basic/app.js index 17ae83a..4a5eea9 100644 --- a/examples/basic/app.js +++ b/examples/basic/app.js @@ -17,6 +17,9 @@ new Vue({ lang: 'en', amp: undefined }, + headAttrs: { + test: true + }, meta: [ { name: 'description', content: 'Hello', vmid: 'test' } ],