or

或运算

Usage

import { ref } from 'vue'
import { or } from '@/uni_modules/tob-use'

const a = ref(true)
const b = ref(false)

console.log(or(a, b)) // true
Last Updated: 3/1/2022, 12:03:28 PM
Contributors: markthree