mirror of https://github.com/nocodb/nocodb
WK Wong
1 year ago
5 changed files with 16 additions and 21 deletions
@ -1,4 +1,4 @@
|
||||
import { JsonExpandInj, provide } from '#imports'; |
||||
import { isJsonExpand } from './Table.vue'; |
||||
import { isJsonExpand } from './Table.vue' |
||||
import { JsonExpandInj, provide } from '#imports' |
||||
|
||||
provide(JsonExpandInj, isJsonExpand); |
||||
provide(JsonExpandInj, isJsonExpand) |
||||
|
Loading…
Reference in new issue