Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Merge requests
!74
Fix: List Invitations call disabled and other fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: List Invitations call disabled and other fixes
Hotfix/2144-invitationCall
into
main
Overview
0
Commits
13
Pipelines
10
Changes
4
Merged
Petar Hristov
requested to merge
Hotfix/2144-invitationCall
into
main
2 years ago
Overview
0
Commits
13
Pipelines
10
Changes
4
Expand
coscine/issues#2144
0
0
Merge request reports
Viewing commit
c8c53cdd
Prev
Next
Show latest version
4 files
+
51
−
95
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
c8c53cdd
Fix: Removed Bootstrap Resolver from vite
· c8c53cdd
Petar Hristov
authored
2 years ago
src/plugins/bootstrap-vue.ts
+
10
−
2
Options
import
Vue
from
"
vue
"
;
import
Vue
from
"
vue
"
;
import
{
IconsPlugin
}
from
"
bootstrap-vue
"
;
import
{
BootstrapVue
,
BootstrapVueIcons
}
from
"
bootstrap-vue
"
;
// From Bootstrap Vue resolver
// import { IconsPlugin } from "bootstrap-vue";
import
"
bootstrap/dist/css/bootstrap.min.css
"
;
import
"
bootstrap/dist/css/bootstrap.min.css
"
;
import
"
bootstrap-vue/dist/bootstrap-vue.min.css
"
;
import
"
bootstrap-vue/dist/bootstrap-vue.min.css
"
;
Vue
.
use
(
IconsPlugin
);
Vue
.
use
(
BootstrapVue
);
Vue
.
use
(
BootstrapVueIcons
);
// From Bootstrap Vue resolver
// Vue.use(IconsPlugin);
Loading