Justineo / vue-clamp

Clamping multiline text with ease.
https://vue-clamp.vercel.app
MIT License
697 stars 89 forks source link

Doesn't work in nuxtjs #40

Closed ysq352358871 closed 3 years ago

ysq352358871 commented 3 years ago
[Vue warn]: Unknown custom element: <vue-clamp> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <Card> at components/page/card.vue
       <Pages/Lang/index.vue> at pages/_lang/index.vue
         <Nuxt>
           <VMain>
             <VApp>
               <Layouts/default.vue> at layouts/default.vue
                 <Root>
Justineo commented 3 years ago

Apparently you didn't register the component correctly in you code.