Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions template/src/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
{{/if_eq}}
import Vue from 'vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
{{#buefy}}
import Buefy from 'buefy'
Vue.use(Buefy)
import Buefy from 'buefy'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
{{/buefy}}
import App from './app'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
{{#router}}
Expand All @@ -19,6 +18,9 @@ import './styles/app.scss'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
import './styles/app.styl'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
{{/stylus}}

{{#buefy}}
Vue.use(Buefy){{#if_eq lintConfig "airbnb"}};{{/if_eq}}
{{/buefy}}
Vue.config.productionTip = false{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

/* eslint-disable no-new */
Expand Down