Skip to content

Update component-basics.md - wrong highlight about slot Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about slot. (#2471) #3172

Update component-basics.md - wrong highlight about slot Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about slot. (#2471)

Update component-basics.md - wrong highlight about slot Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about slot. (#2471) #3172

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: Run textlint
run: pnpm run lint
env:
CI: true