mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
parent
26069ecac4
commit
979472d33d
@ -3,7 +3,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"dev": "pnpm --dir ./packages/vant dev",
|
"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": "pnpm --dir ./packages/vant test",
|
||||||
"test:watch": "pnpm --dir ./packages/vant test:watch",
|
"test:watch": "pnpm --dir ./packages/vant test:watch",
|
||||||
"test:update": "pnpm --dir ./packages/vant test:update",
|
"test:update": "pnpm --dir ./packages/vant test:update",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'demo-button',
|
name: 'DemoButton',
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
color: String,
|
color: String,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'demo-button',
|
name: 'DemoButton',
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
color: String,
|
color: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user