Skip to content

hasMixin 方法 page 和 component 分开声明 #179

hasMixin 方法 page 和 component 分开声明

hasMixin 方法 page 和 component 分开声明 #179

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Run CI
run: |
npm run init
npm run ci