Appearance
Show animation while loading data.
<script setup> import { loading } from '@opengis/core'; loading(true); loading(false); </script>
<VsButton @click="$loading(true)"> Plugin Confirm</VsButton>