Skip to content

Instantly share code, notes, and snippets.

@willcosgrove
Created October 24, 2014 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willcosgrove/ad09740599b0dc0c3285 to your computer and use it in GitHub Desktop.
Save willcosgrove/ad09740599b0dc0c3285 to your computer and use it in GitHub Desktop.
class Sync.Server extends Sync.View
constructor: (@$el, @name) ->
@vue = new Vue
el: @$el[0]
data:
editing: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment