Skip to content

Commit bf86bf9

Browse files
fix: list2detail-detail.vue import path
1 parent ae0df9d commit bf86bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/template/list2detail-detail/list2detail-detail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script>
2222
const DETAIL_PAGE_PATH = '/pages/template/list2detail-detail/list2detail-detail';
2323
24-
import htmlParser from '@/common/html-parser'
24+
import htmlParser from '@/common/html-parser.js'
2525
2626
function _handleShareChannels(provider) {
2727
let channels = [];

0 commit comments

Comments
 (0)