Closed
Description
Version
3.2.14
Reproduction link
Steps to reproduce
git clone [email protected]:gnuletik/vue-ce-import-comp-style.git
cd vue-ce-import-comp-style
yarn run dev
Open browser
What is expected?
CSS of OtherComponent.vue should be applied.
The text "It should be blue" should be blue.
What is actually happening?
Style is not applied.
I tried renaming OtherComponent to OtherComponent.ce.vue, but the result is the same.
This is useful when writing a set of custom elements to have shared components between custom elements.