Skip to content

Instantly share code, notes, and snippets.

View rdunk's full-sized avatar
🙃

Rupert Dunk rdunk

🙃
View GitHub Profile
[
{
"kana": "あ",
"roumaji": "a",
"type": "gojuuon"
},
{
"kana": "い",
"roumaji": "i",
"type": "gojuuon"
Vue = require('vue/dist/vue.common.js');
VueRouter = require('vue-router');
VueLazyload = require('vue-lazyload');
Vue.use(VueRouter);
const Home = {
name: 'home',
template: "<div class=\"img\" v-lazy:background-image=\"'http://placehold.it/400x100'\"></div>"
};