This is example of simple Vue plugin. It works exactly same as the Vue instance data property, but the name is gunData.
The cool part is that every property in the gunData is realtime synced via gunDB to every other page viewer!
Vue instance data:
test
arr[1]
obj.a
deepObj.level1.prop
deepObj.level1.arr[1]