Vue, Vuetify is not properly initialized

后端 未结 7 1805
旧时难觅i
旧时难觅i 2021-01-31 20:28

I have setup Vuetify on my Vue webpack application.

My project is setup with vue init webpack my-project running Vue 2.5.2

7条回答
  •  别跟我提以往
    2021-01-31 20:46

    When adding vuetify (2.x) to gridsome, I had the same problem and had to add the vuetify import object to appOptions in main.js:

    appOptions.vuetify = new Vuetify({})
    

    as described in:

    https://github.com/gridsome/gridsome.org/blob/master/docs/assets-css.md

    and

    https://github.com/gridsome/gridsome/issues/603#issuecomment-567056678

提交回复
热议问题