2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Fix init issues

This commit is contained in:
Suraj Shetty 2018-07-06 14:18:26 +05:30
parent c53a05ee52
commit a7ed751d48
3 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,7 @@ export default {
}
</script>
<style lang="scss">
@import "~frappe-datatable/dist/frappe-datatable.css";
@import "frappe-datatable/dist/frappe-datatable.css";
.datatable-wrapper {
.form-control {

View File

@ -1,3 +1,4 @@
<script>
import Base from './Base';

View File

@ -32,5 +32,5 @@ export default {
};
</script>
<style lang="scss">
@import "~flatpickr/dist/flatpickr.css";
@import "flatpickr/dist/flatpickr.css";
</style>