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.

1234567891011121314151617181920
  1. <template>
  2. <view style="filter: grayscale(1)">
  3. <slot></slot>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. name:"filter",
  9. data() {
  10. return {
  11. };
  12. }
  13. }
  14. </script>
  15. <style>
  16. </style>