seitime-frappe/frappe/public/js/libs.bundle.js
Suraj Shetty 728ff49cec refactor: Get sortable js from node_modules instead of vendoring it
- No point in having a copy since there are no customization done.
2022-07-04 09:17:20 +05:30

7 lines
173 B
JavaScript

import "./jquery-bootstrap";
import Vue from "vue/dist/vue.esm.js";
import "./lib/moment";
import Sortable from "sortablejs";
window.Vue = Vue;
window.Sortable = Sortable;