mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
Doc: remove unused script in site
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<template>
|
||||
<zan-doc-block :class="`demo-${component}`">
|
||||
<slot name="highlight"></slot>
|
||||
</zan-doc-block>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'demo-block',
|
||||
|
||||
computed: {
|
||||
component() {
|
||||
return this.$route.path.split('/').pop();
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user