From a2fdb8a97b3210017b27c8a08908e18618bec6b4 Mon Sep 17 00:00:00 2001 From: pdevq <45507854+pdevq@users.noreply.github.com> Date: Wed, 23 Oct 2019 17:29:55 -0400 Subject: Add the option to style tags --- app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index 41bdd9d..def0be7 100644 --- a/app.js +++ b/app.js @@ -85,7 +85,9 @@ Vue.component('service', {

{{ item.subtitle }}

- #{{ item.tag }} +
+ #{{ item.tag }} +
` -- cgit v1.2.3