mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
19 lines
431 B
HTML
19 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>vue-auth-image example</title>
|
|
<style>
|
|
img {
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img v-auth-image="'https://raw.githubusercontent.com/vuejs/art/master/vue-badge.png'">
|
|
</div>
|
|
<script src="example.build.js"></script>
|
|
</body>
|
|
</html>
|