rawmodel/framework

Decorators

kristianmandrup opened this issue · 3 comments

Allow for a @field decorator

'''
@field
name() {
return {
// ...
}
}
'''

Ref: xpepermint/vue-rawmodel#8
Decorators are coming soon ...

Awesome!!!

Closing in favor of #27.