Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Shelob9 / block.js
Last active January 16, 2018 09:07
Example WordPress block using VueJs, just to prove it works to Zac. Would be better to use https://github.com/alkin/vue-react or https://github.com/SmallComfort/react-vue
( function( wp ) {
var el = wp.element.createElement;
var __ = wp.i18n.__;
wp.blocks.registerBlockType( 'vuetest/vuetest', {
title: __( 'Vue Test', 'vuetest' ),
category: 'widgets',
supportHTML: false,
attributes: {
hi: {