Skip to content

Commit

Permalink
fix: 修复 element 引入 framework-react 路径不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzebin committed Jun 19, 2024
1 parent 878bb94 commit 082085e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore
import { getPageById } from '@tarojs/plugin-framework-react'
import { getPageById } from '@tarojs/plugin-framework-react/dist/runtime'
import { eventCenter, eventSource } from '@tarojs/runtime/dist/runtime.esm'
import { EMPTY_OBJ, toCamelCase } from '@tarojs/shared'

Expand Down

0 comments on commit 082085e

Please sign in to comment.