V
V
Vladimir Golub2020-11-13 13:09:54
Sass
Vladimir Golub, 2020-11-13 13:09:54

How to style components on asynchronous loading?

To connect components, I use asynchronous loading, but in this case, the styles of the component are always connected after the page styles and they can only be interrupted by two classes. How to solve this problem?

components: {
      ContainerElement: () => import('@/components/grid/ContainerElement'),

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2020-11-13
@Kozack Vue.js

<style scoped>?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question