0👍
It happens because hide-details
is undefined
by default, because it can be boolean or string.
You need to use the following syntax:
<mywrapper label="Label" hide-details="true"></mywrapper>
- [Vuejs]-Nuxt JS / Vue Jest check that class name element exists on page
- [Vuejs]-[Vue warn]: Cannot find element: #app while logging in user in firebase/firestore
Source:stackexchange.com