<template><section class="demo-image-preview"><h1 class="demo-title">image-preview</h1></section></template> <script> import Vue from "vue";import ExampleBlock from "../components/example-block";Vue.component("example-block", ExampleBlock);</script>