From e29da3d1501aa4d6ead48b620062aad20816eae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdravko=20=C4=86uri=C4=87?= Date: Tue, 24 Sep 2019 09:21:39 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bf1cf44..5d15b03 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,17 @@ new Vue({ }).$mount('#app'); ``` +Plyrue component can be used in without plugin initialization: +```js +import { PlyrueComponent as Plyrue } from 'plyrue'; +... +export default { + ... + components: { Plyrue } +} +``` + + ## Usage Plyrue can be used in two ways: