From 77817797707238746490e069e789abf4c2327bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 13 Jun 2018 13:16:49 +0200 Subject: =?UTF-8?q?Accessibility=20=E2=99=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/accessibility/src/main.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/accessibility/src/main.js (limited to 'apps/accessibility/src/main.js') diff --git a/apps/accessibility/src/main.js b/apps/accessibility/src/main.js new file mode 100644 index 00000000000..8782a4362b6 --- /dev/null +++ b/apps/accessibility/src/main.js @@ -0,0 +1,11 @@ +import Vue from 'vue'; +import App from './App.vue'; + +/* global t */ +// bind to window +Vue.prototype.t = t; + +new Vue({ + el: '#accessibility', + render: h => h(App) +}); -- cgit v1.2.3