Skip to content

Commit f858984

Browse files
committed
fix: 去除 vue 的特殊逻辑
1 parent dbae4d4 commit f858984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/global-components/CodeResult.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</template>
2020

2121
<script>
22-
const SUPPORT = [ 'vue', 'html' ];
22+
const SUPPORT = [ 'html' ];
2323
const SUPPORT_OTHERS = [
2424
// 'echarts',
2525
];

0 commit comments

Comments
 (0)