Skip to content

docs: fix update theme property to a reactive property * update sfc-css-features.md Update theme to reactive property * docs: make example consistent with ref recommendation as standard --------- Co-authored-by: Ben Hong <[email protected]> (#2009) #2680

docs: fix update theme property to a reactive property * update sfc-css-features.md Update theme to reactive property * docs: make example consistent with ref recommendation as standard --------- Co-authored-by: Ben Hong <[email protected]> (#2009)

docs: fix update theme property to a reactive property * update sfc-css-features.md Update theme to reactive property * docs: make example consistent with ref recommendation as standard --------- Co-authored-by: Ben Hong <[email protected]> (#2009) #2680

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable pnpm
- name: Install deps
run: npx pnpm i
- name: Run textlint
run: npm run lint