mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Update to MiniCPM-o 2.6
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Configure and register global directives
|
||||
*/
|
||||
import ElTableInfiniteScroll from 'el-table-infinite-scroll';
|
||||
|
||||
export function setupGlobDirectives(app) {
|
||||
app.use(ElTableInfiniteScroll);
|
||||
}
|
||||
Reference in New Issue
Block a user