mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 15:10:29 +00:00
整理lib目录
This commit is contained in:
@@ -17,7 +17,7 @@ const Code = dynamic(() =>
|
||||
const Equation = dynamic(() =>
|
||||
import('@/components/Equation').then(async (m) => {
|
||||
// 化学方程式
|
||||
await import('@/lib/mhchem')
|
||||
await import('@/lib/plugins/mhchem')
|
||||
return m.Equation
|
||||
}), { ssr: false }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user