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.

24 lines
431 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<template>
<view>
<vol-alert>此示例是对生成页面ViewGrid的全部属性及组件扩展可自定义扩展属性方法组件扩展方式与PC端ViewGird类似但有少些区别:pagedemo.vue页面</vol-alert>
<view style="padding: 20px;">用例正在整理中</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>