hive-app/components/popover/index.vue @@ -1,12 +1,17 @@ <template> <view v-show="isShow"> <view> <slot></slot> </view> </template> <script> export default{ data(){ return{ } }, methods:{ } } </script>