2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 03:20:33 +03:00

expose plugin version

This commit is contained in:
Declan de Wet
2016-11-03 00:02:37 +02:00
parent 701bedc170
commit 4b21548ccc
5 changed files with 20 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
import install from './shared/plugin'
import { version } from '../package.json'
install.version = version
export default install