Skip to content

Commit 4d61448

Browse files
committed
fix: 更新组件导入路径和渲染方法参数结构
1 parent 381036a commit 4d61448

File tree

3 files changed

+851
-11
lines changed

3 files changed

+851
-11
lines changed

packages/vue/src/grid/src/body/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*
2424
*/
25-
import Body from './src/body'
25+
import Body from './src/body.vue'
2626

2727
Body.install = function (Vue) {
2828
Vue.component(Body.name, Body)

0 commit comments

Comments
 (0)