Skip to content

fix: 修复 Cascader loader 属性, 当 data children 为 [] 或 null 时会触发 loader 问题 #1881

fix: 修复 Cascader loader 属性, 当 data children 为 [] 或 null 时会触发 loader 问题

fix: 修复 Cascader loader 属性, 当 data children 为 [] 或 null 时会触发 loader 问题 #1881

Workflow file for this run

name: test
on:
pull_request:
branches: [ dev, master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: init
run: yarn
- name: Component Test
run: yarn test:silent
- name: TypeScript Test
run: yarn build-ts