Lazily load trix
This commit is contained in:
parent
95eb907090
commit
d8852c7dc5
4 changed files with 12 additions and 2 deletions
3
app/javascript/loaders/Trix.js
Normal file
3
app/javascript/loaders/Trix.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import Loadable from '../components/Loadable';
|
||||
|
||||
export default Loadable(() => import('../components/Trix'));
|
Loading…
Add table
Add a link
Reference in a new issue