Skip to content

Commit

Permalink
fix: component name
Browse files Browse the repository at this point in the history
BREAKING CHANGE: component name changed from telegramPassport to vueTelegramPassport
  • Loading branch information
Victor Chaptsev committed Aug 16, 2018
1 parent 1bee05f commit 1c1a4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/example.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

<telegram-passport
<vue-telegram-passport
:authParameters="{
bot_id: 123456789,
scope: ['id_document', 'address_document', 'phone_number', 'email'],
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import telegramPassport from './telegram-passport.vue'
import vueTelegramPassport from './vue-telegram-passport.vue'

// Why don't you export default?
// https://github.com/webpack/webpack/issues/3560
export {telegramPassport}
export {vueTelegramPassport}
File renamed without changes.

0 comments on commit 1c1a4f3

Please sign in to comment.