Михаил Капелько 10 달 전
부모
커밋
f7127895e9
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      src/Bus.Receiver.swift
  2. +1
    -1
      src/VM.swift

+ 2
- 2
src/Bus.Receiver.swift 파일 보기

@@ -7,8 +7,8 @@ public extension Bus {
public init(
_ keys: Set<String>,
_ handler: @escaping ((String, T) -> Void),
opt: [Option] = [],
{
opt: [Option] = []
) {
Bus.receive(keys, handler, opt: opt, sub: &subscriptions)
}
}


+ 1
- 1
src/VM.swift 파일 보기

@@ -3,7 +3,7 @@ import SwiftUI

final class VM: ObservableObject {
@Published var text = "a:"
var subscriptions = [AnyCancellable]()

init() {


불러오는 중...
취소
저장