提交 16a1f10c 编写于 作者: 张重言's avatar 张重言 🌈

update

上级 42723176
......@@ -9,7 +9,7 @@ require("@rails/activestorage").start()
require("channels")
import 'bootstrap/dist/js/bootstrap'
import 'jquery'
import './../styles/application.scss'
import 'styles/application.scss'
import 'trix'
......@@ -17,5 +17,5 @@ import 'trix'
// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)
// or the `imagePath` JavaScript helper below.
//
// const images = require.context('../images', true)
// const imagePath = (name) => images(name, true)
const images = require.context('../images', true)
const imagePath = (name) => images(name, true)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册