Skip to content

css in reverse ordrer though App component is before router #856

@darkylmnx

Description

@darkylmnx

Version

12.2.1

Steps to reproduce

create a laravel project, and in the main.js file just add

import App from './App' // add global scss like bulma in this App.vue
import './config/router' // add 2 or 3 components with scss to a router instance
// then just render App

What is expected?

I'm expecting bulma css to load first
then to have the components css

What is actually happening?

the opposite, bulma is loaded last and the css of components imported in the router loads first

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions