<template> <div class="bootstrap-wrapper"> <slot></slot> </div> </template> <style> .bootstrap-wrapper { @import "@/views/dashboard/admin/css/bootstrap.min.css"; } </style>