JSFiddle - React, Tailwind, and code Playground
by qiangtou
JavaScript
console.log(1111);
var b = Backbone.Model.extend({
defaults: {
hehe: 123
},
name: 'tom'
});
by qiangtou
console.log(1111);
var b = Backbone.Model.extend({
defaults: {
hehe: 123
},
name: 'tom'
});