UNPKG

@nine-theme/vuepress-theme-nine

Version:
7 lines 144 B
export default ({ Vue }) => { Vue.mixin({ computed: { $dataBlock() { return this.$options.__data__block__ } } }) }