Skip to content

Commit

Permalink
Update GettingStarted.vue
Browse files Browse the repository at this point in the history
If you don't add `import 'vue-material/dist/theme/default.css'` for full bundling, things can go wrong on the page. You won't get your component color right.
  • Loading branch information
yingshaoxo committed Jan 12, 2020
1 parent 0f96730 commit e764547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/pages/GettingStarted.vue
Expand Up @@ -45,6 +45,7 @@
import Vue from 'vue'
import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.min.css'
import 'vue-material/dist/theme/default.css'

Vue.use(VueMaterial)
</code-example>
Expand Down

0 comments on commit e764547

Please sign in to comment.