We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73360f8 commit 7914eb8Copy full SHA for 7914eb8
docs/app/pages/GettingStarted.vue
@@ -28,7 +28,7 @@
28
<code-example title="Individual components">
29
import Vue from 'vue'
30
import { MdButton, MdContent, MdTabs } from 'vue-material/components'
31
- import 'vue-material/vue-material.css'
+ import 'vue-material/vue-material.min.css'
32
33
Vue.use(MdButton)
34
Vue.use(MdContent)
@@ -39,7 +39,7 @@
39
<code-example title="Full Bundle">
40
41
import VueMaterial from 'vue-material'
42
43
44
Vue.use(VueMaterial)
45
</code-example>
0 commit comments