mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
CC @Tirokk @mattwr18 @appinteractive Major breakthrough: If I remove `vue-portal` entirely from the styleguide, problem solved. Not only that we can remove the TODOs from the tests. Even wrappers of subcomponents get updated when I interact with the root component. What a bliss 😂 Example code: ```js let button = wrapper.find('div div div button') expect(button.attributes()).toEqual({disabled: 'disabled'}) wrapper.doSomeAction() expect(button.attributes()).toEqual({}) ```
COMPONENTS
This directory is not required, you can delete it if you don't want to use it.
The components directory contains your Vue.js Components.
Nuxt.js doesn't supercharge these components.