Skip to content

Commit

Permalink
feat: add warn to 2.7 iife (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 24, 2022
1 parent f6e4258 commit ad5377c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) {
VueDemi.Vue = Vue
VueDemi.Vue2 = Vue
VueDemi.version = Vue.version
VueDemi.warn = Vue.util.warn
function createApp(rootComponent, rootProps) {
var vm
var provide = {}
Expand Down

0 comments on commit ad5377c

Please sign in to comment.