Citation problems with the new version of vue-material?

Mar.05,2021

just lower the version to 0.8.1


the problem is the same, consider the introduction step.

just created a new project with vue-cli to introduce Vue Material testing, no problem.
tell me about the introduction steps
1. Open cmd and install vue-material npm install vue-material-- save
2. Introduce

into main.js
import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.css'

Vue.use(VueMaterial)

using components in 3.App.vue

< md-button > test < / md-button >
4. Check the page and use


clipboard.png

clipboard.png
this is why, I am confused

Menu