Skip to content

Commit f2e2502

Browse files
committed
Opted-out style.css
1 parent 5312a0a commit f2e2502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function plugin(Vue) {
9292
if (typeof window !== 'undefined') {
9393
if (window.Vue)
9494
window.Vue.use(plugin);
95-
require('../styles/style.css');
95+
//require('../styles/style.css');
9696
}
9797

9898
module.exports = plugin;

0 commit comments

Comments
 (0)