Authored by dongjunjie

提交

... ... @@ -10,9 +10,6 @@
<option :value="{value: 1,text:'店铺1'}">店铺1</option>
<option :value="{value: 2,text:'店铺2'}">店铺2</option>
</select>
<select class="form-control" id="testselect">
</select>
</div>
<div class="shopInfo">
<span>店铺ID:<b>{{showShopId}}</b></span>
... ...
<style>
</style>
<template>
</template>
<script>
export default {
props: {
url: {type: String, default: ""}
},
data() {
return {
}
},
ready() {
},
methods: {
}
}
</script>
\ No newline at end of file
... ...