Skip to content

Commit c73406e

Browse files
authoredFeb 24, 2022
Fixed Codepen Feature (vue -> vue2) (#3681)
1 parent 961bb82 commit c73406e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/components/CodepenEdit.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
return {
3232
hasHtml: false,
3333
externalScripts: [
34-
'https://unpkg.com/vue/dist/vue.min.js',
34+
'https://unpkg.com/vue@2/dist/vue.min.js',
3535
'https://unpkg.com/buefy/dist/buefy.min.js'
3636
],
3737
externalStyles: [

0 commit comments

Comments
 (0)
Please sign in to comment.