<!DOCTYPE html>
<script>
window.Vue = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.Vue is detected as
using the Vue JavaScript framework.
</div>
</body>
<!DOCTYPE html>
<script>
window.Vue = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.Vue is detected as
using the Vue JavaScript framework.
</div>
</body>