v1
- by robbinbaauw 8/15/202000
disable setup HTML
Setup HTML
<script src="https://pastebin.com/raw/VGdL7z74"></script>
disable setup JavaScript
Setup JavaScript
const object = {
	a: 1,
	b: 2,
}

const { toRef: vueToRef } = VueReactivity
const r1 = vueToRef(object, "a")

const { toRef: classToRef } = VueReactivityRefClass
const r2 = classToRef(object, "a")
delete caserun single casemove downdrag and drop case


ready



r1.value++
r1.value


delete caserun single casemove updrag and drop case


ready



r2.value++
r2.value
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN