mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-20 20:10:34 +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",
|
"name": "vue-cron-editor-bootstrap",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist/vueCronEditorBootstrap.umd.js",
|
"main": "dist/vueCronEditorBootstrap.umd.js",
|
||||||
"module": "dist/vueCronEditorBootstrap.esm.js",
|
"module": "dist/vueCronEditorBootstrap.esm.js",
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import VueCronEditorBootstrap from "./VueCronEditorBootstrap.vue";
|
import VueCronEditorBootstrap from "./VueCronEditorBootstrap.vue";
|
||||||
import { BFormInput } from "bootstrap-vue";
|
import { BFormInput } from "bootstrap-vue";
|
||||||
|
import "bootstrap/dist/css/bootstrap.css";
|
||||||
|
import "bootstrap-vue/dist/bootstrap-vue.css";
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@@ -170,8 +170,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import vueCronEditorMixin from "./core/vueCronEditorMixin";
|
import vueCronEditorMixin from "./core/vueCronEditorMixin";
|
||||||
import "bootstrap/dist/css/bootstrap.css";
|
|
||||||
import "bootstrap-vue/dist/bootstrap-vue.css";
|
|
||||||
import {
|
import {
|
||||||
BTabs,
|
BTabs,
|
||||||
BTab,
|
BTab,
|
||||||
|
|||||||
Reference in New Issue
Block a user