UNPKG
@nine-theme/vuepress-theme-nine
Version:
latest (4.0.0-alpha.3)
next (4.0.1-alpha.5)
4.0.1-alpha.5
4.0.1-alpha.4
4.0.1-alpha.3
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
nine theme for vuepress
github.com/nine-theme/vuepress-theme-nine
@nine-theme/vuepress-theme-nine
/
temp
/
app-enhancers
/
data-block.js
7 lines
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
({ Vue }) => { Vue.
mixin
({
computed
: {
$dataBlock
() {
return
this.
$options
.__data__block__ } } }) }