mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-05 16:52:25 +03:00
Removed CSS import from component (#7)
Co-authored-by: Alex Freitas <afreitas@jbssa.com>
This commit is contained in:
+4
-437
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-437
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-cron-editor-bootstrap",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"private": false,
|
||||
"main": "dist/vueCronEditorBootstrap.umd.js",
|
||||
"module": "dist/vueCronEditorBootstrap.esm.js",
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
<script>
|
||||
import VueCronEditorBootstrap from "./VueCronEditorBootstrap.vue";
|
||||
import { BFormInput } from "bootstrap-vue";
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import "bootstrap-vue/dist/bootstrap-vue.css";
|
||||
export default {
|
||||
name: "App",
|
||||
components: {
|
||||
|
||||
@@ -170,8 +170,6 @@
|
||||
|
||||
<script>
|
||||
import vueCronEditorMixin from "./core/vueCronEditorMixin";
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import "bootstrap-vue/dist/bootstrap-vue.css";
|
||||
import {
|
||||
BTabs,
|
||||
BTab,
|
||||
|
||||
Reference in New Issue
Block a user