AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 230 forks source link

Unknown custom element: <at-button> using Modals with VueJS 2.5.13 #87

Open zhakroman opened 6 years ago

zhakroman commented 6 years ago

I've installed at-ui and at-ui-style using npm, then imported: import AtComponents from 'at-ui' import 'at-ui-style' // Import CSS Vue.use(AtComponents)

and got the following error when using modals: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

VueJS 2.5.13

MiYogurt commented 6 years ago

I have the same mistake. did you fix them?

koppthe commented 6 years ago

😰 sorry, i got the same problem, i will fix it soon.

Cengkaruk commented 6 years ago

Any info about this bug?