mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
parent
26069ecac4
commit
979472d33d
@ -3,7 +3,7 @@
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"dev": "pnpm --dir ./packages/vant dev",
|
||||
"lint": "eslint ./packages/**/src ./packages/**/test --ext .js,.ts,.tsx,.vue,.mjs,.cjs",
|
||||
"lint": "eslint \"./packages/**/{src,test}/**/*.{vue,ts,tsx,js,mjs,cjs}\"",
|
||||
"test": "pnpm --dir ./packages/vant test",
|
||||
"test:watch": "pnpm --dir ./packages/vant test:watch",
|
||||
"test:update": "pnpm --dir ./packages/vant test:update",
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'demo-button',
|
||||
name: 'DemoButton',
|
||||
|
||||
props: {
|
||||
color: String,
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'demo-button',
|
||||
name: 'DemoButton',
|
||||
|
||||
props: {
|
||||
color: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user