Skip to content

docs: update ref attribute example * docs: update ref attribute example ref -> useTemplateRef * fix: add import of useTemplateRef. https://github.com/vuejs/docs/pull/2991#discussion_r1742971516 (#2359) #3063

docs: update ref attribute example * docs: update ref attribute example ref -> useTemplateRef * fix: add import of useTemplateRef. https://github.com/vuejs/docs/pull/2991#discussion_r1742971516 (#2359)

docs: update ref attribute example * docs: update ref attribute example ref -> useTemplateRef * fix: add import of useTemplateRef. https://github.com/vuejs/docs/pull/2991#discussion_r1742971516 (#2359) #3063

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