From 7a4ca080c63cd55b9f767cf40981646e5044c54d Mon Sep 17 00:00:00 2001 From: Rohit Rai Date: Sun, 29 Oct 2017 11:48:02 +0530 Subject: [PATCH] typo fix --- template/src/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/src/js/main.js b/template/src/js/main.js index 5831d0d..dd2591f 100644 --- a/template/src/js/main.js +++ b/template/src/js/main.js @@ -4,7 +4,7 @@ {{/if_eq}} import Vue from 'vue'; {{#if_eq uiLibrary "element"}} -import 'element-ui/lib/theme-chalk/index.css' +import 'element-ui/lib/theme-chalk/index.css'; {{/if_eq}} import App from './App'; {{#router}}