2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-07 17:32:24 +03:00
Files
vue-meta/src/index.js
T
2016-11-03 00:02:37 +02:00

7 lines
131 B
JavaScript

import install from './shared/plugin'
import { version } from '../package.json'
install.version = version
export default install