Commit 9abd4961 authored by Garima Jain's avatar Garima Jain

added url

parent 3f06df87
{ {
"name": "mcart", "name": "mcart",
"version": "0.1.30", "version": "1.1.0",
"private": false, "private": false,
"main": "./dist/mComponents.common.js", "main": "./dist/mComponents.common.js",
"files": [ "files": [
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
}, },
props: { props: {
getTotal: Number, getTotal: Number,
url: String url: Array
}, },
components: { components: {
TopBar, TopBar,
......
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
}, },
props: { props: {
displaying: String, displaying: String,
url: String url: Array
}, },
methods: { methods: {
switchSelect(e, item){ switchSelect(e, item){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment