mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
4 lines
250 B
Vue
4 lines
250 B
Vue
<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> |