2
0
mirror of https://github.com/frappe/books.git synced 2024-11-13 00:46:28 +00:00

[fix] import paths in ModelTable and Date component

This commit is contained in:
Faris Ansari 2018-07-02 13:02:41 +05:30
parent 77964cae23
commit c53a05ee52
2 changed files with 2 additions and 2 deletions

View File

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

View File

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