feat: nsew layers
This commit is contained in:
@@ -94,7 +94,7 @@ customElement<DeckProps>('md-deck', {
|
||||
}
|
||||
|
||||
// 加载 CSV 数据
|
||||
store.actions.loadCardsFromPath(resolvedSrc, (props.layers as string) || '');
|
||||
store.actions.loadCardsFromPath(resolvedSrc, csvPath, (props.layers as string) || '');
|
||||
|
||||
// 清理函数
|
||||
onCleanup(() => {
|
||||
|
||||
Reference in New Issue
Block a user