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:
parent
77964cae23
commit
c53a05ee52
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user