Blame view

src/pages/demo/index.vue 259 Bytes
simon committed
1 2 3

<template>
	<div class="content">
simon committed
4
		<div class="date-wrap">
5
			<date-picker v-model="value1" ></date-picker>
simon committed
6 7
		</div>
		<div>{{value1}}</div>
simon committed
8 9 10 11 12 13 14
	</div>
</template>

<script src="./index.js"></script>
<style lang="scss" scoped>
@import "./index.scss";
</style>