Dump bootstrap-vue-next integration package, use regular bootstrap
This commit is contained in:
+4
-2
@@ -1,8 +1,10 @@
|
||||
{
|
||||
// https://nuxt.com/docs/guide/concepts/typescript
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"include": ["components.d.ts"],
|
||||
"compilerOptions": {
|
||||
"types": ["unplugin-icons/types/vue"]
|
||||
"types": [
|
||||
"bootstrap",
|
||||
"unplugin-icons/types/vue"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user