add: only delete swipe, edit on tap
Edit price cards on tap, only delete swipe exists, fixed dialogs, add ripple
This commit is contained in:
parent
1a5dd102e0
commit
38cd37cf74
9 changed files with 145 additions and 93 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -14,6 +14,7 @@
|
|||
"@nuxtjs/device": "^3.2.4",
|
||||
"@vueuse/nuxt": "^13.1.0",
|
||||
"nuxt": "^3.16.2",
|
||||
"nuxt-ripple": "^0.0.8",
|
||||
"nuxt-seo-utils": "^7.0.11",
|
||||
"vue": "latest",
|
||||
"vue-router": "latest"
|
||||
|
@ -9161,6 +9162,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/nuxt-ripple": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/nuxt-ripple/-/nuxt-ripple-0.0.8.tgz",
|
||||
"integrity": "sha512-ellqn8+OXIS4SffFhIqZHSdTNQglAwGJ7B8R2ISR4+BauP360E7cfK6vr1FGqd40HyoeSLV03Z142bTey25hCg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.14.1592"
|
||||
}
|
||||
},
|
||||
"node_modules/nuxt-seo-utils": {
|
||||
"version": "7.0.11",
|
||||
"resolved": "https://registry.npmjs.org/nuxt-seo-utils/-/nuxt-seo-utils-7.0.11.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue