mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-29 10:00:49 +08:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
export default {
|
|
parse: {
|
|
prelude: null,
|
|
block(nested = false) {
|
|
return this.Block(nested);
|
|
}
|
|
}
|
|
};
|