You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
346 B
22 lines
346 B
<template>
|
|
<view class="content">
|
|
<navigator url="../vant/vant">
|
|
<button type="default">vant组件示例</button>
|
|
</navigator>
|
|
<navigator url="../wux/wux">
|
|
<button type="default">wux组件示例</button>
|
|
</navigator>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
button {
|
|
margin-top: 20px;
|
|
}
|
|
</style>
|
|
|