|
@@ -35,6 +35,7 @@ function gotoVueQuery() {
|
|
|
组件使用、请求调用、unocss
|
|
组件使用、请求调用、unocss
|
|
|
</view>
|
|
</view>
|
|
|
<RequestComp />
|
|
<RequestComp />
|
|
|
|
|
+ <view class="mb-6 h-1px bg-#eee" />
|
|
|
<view class="text-center">
|
|
<view class="text-center">
|
|
|
<button type="primary" size="mini" class="w-160px" @click="gotoAlova">
|
|
<button type="primary" size="mini" class="w-160px" @click="gotoAlova">
|
|
|
前往 alova 示例页面
|
|
前往 alova 示例页面
|
|
@@ -45,6 +46,11 @@ function gotoVueQuery() {
|
|
|
vue-query 示例页面
|
|
vue-query 示例页面
|
|
|
</button>
|
|
</button>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="mt-6 text-center text-sm">
|
|
|
|
|
+ <view class="inline-block w-80% text-gray-400">
|
|
|
|
|
+ 为了方便脚手架动态生成不同UI模板,本页的按钮统一使用UI库无关的原生button
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|