- composer and npm updates

This commit is contained in:
Arno Kaimbacher 2020-09-14 13:46:27 +02:00
parent 07c0c8b7db
commit ecaf2b5790
32 changed files with 2214 additions and 2123 deletions

View file

@ -4,7 +4,8 @@ import DeleteButton from "./DeleteButton";
import "leaflet-draw";
import { Component, Inject, Vue, Prop, Watch } from "vue-property-decorator";
import VueToast from "vue-toast-notification";
import "vue-toast-notification/dist/index.css";
// import "vue-toast-notification/dist/index.css";
import 'vue-toast-notification/dist/theme-default.css';
Vue.use(VueToast);
// import ToastedPlugin from 'vue-toasted';