vue-formulate icon indicating copy to clipboard operation
vue-formulate copied to clipboard

Added route to class context

Open beornf opened this issue 4 years ago • 0 comments

When customizing classes globally it can be helpful to set default classes based on the current route for example: route.path.startsWith(...) or route.path === '...'. This allows you to have more than one set of default classes and even themes through route.meta.theme for example.

beornf avatar Oct 05 '21 07:10 beornf