Updated examples

This commit is contained in:
euvl
2017-03-10 11:05:33 +00:00
parent c1913b0490
commit 0a46692303
3 changed files with 57 additions and 53 deletions

View File

@@ -20,7 +20,7 @@ const VueModal = {
get: () => $modal
});
Vue.component('nice-modal', Modal);
Vue.component('modal', Modal);
return null;
},
};