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:
Contributors: markthree