合并选择器和地址解析
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<v-distpicker> </v-distpicker>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import VDistpicker from "../../src/Distpicker"
|
||||
// import Pagination from '@/components/Pagination' // Secondary package based on el-pagination
|
||||
|
||||
export default {
|
||||
name: "ArticleList",
|
||||
components: { VDistpicker },
|
||||
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
beforeCreated() {},
|
||||
watch: {},
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user