Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown custom element: <md-card> #38

Closed
wyu-prc opened this issue Apr 15, 2017 · 1 comment
Closed

Unknown custom element: <md-card> #38

wyu-prc opened this issue Apr 15, 2017 · 1 comment

Comments

@wyu-prc
Copy link

wyu-prc commented Apr 15, 2017

I used the global setting. The chrome console print
Chrome console
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

main.js
import Vue from 'vue'
import router from './router'
import VueResource from 'vue-resource'
import vuexStore from './store/store'
import VueQuillEditor from 'vue-quill-editor'
import App from './App'

Vue.use(VueQuillEditor)

new Vue({
el: '#app',
router: router,
store: vuexStore,
template: '',
components: { App }
})

@surmon-china
Copy link
Owner

surmon-china commented Apr 15, 2017

The <md-card> tag is used for example project, delete is will be work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants