mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
[fix] import paths in ModelTable and Date component
This commit is contained in:
parent
77964cae23
commit
c53a05ee52
@ -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 {
|
||||
|
@ -32,5 +32,5 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import "flatpickr/dist/flatpickr.css";
|
||||
@import "~flatpickr/dist/flatpickr.css";
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user