mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
docs
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</example-block></section></template>
|
||||
|
||||
<script>
|
||||
import Vue from "vue";import ExampleBlock from "../components/example-block";Vue.component("example-block", ExampleBlock);
|
||||
import Vue from "vue";import ExampleBlock from "components/example-block";Vue.component("example-block", ExampleBlock);
|
||||
export default {
|
||||
methods: {
|
||||
handleClick() {
|
||||
|
Reference in New Issue
Block a user