Is there any good way to click and switch between background picture and text color in vue?

is there any good way to click and switch background picture and text color in

vue

clipboard.png

Apr.02,2021

of course style is bound to a value

<div v-bind:style="{ background: `url(${bg})`, color: color }
data: {
  bg: 'xxx.png',
  color: 'red'
}

next door. If there are many styles involved, it is recommended to bind class

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e376-2bb72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e376-2bb72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?