Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cezardasilva/vuejs-snippets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.51
Choose a base ref
...
head repository: cezardasilva/vuejs-snippets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 14, 2017

  1. Prepare 0.1.0 release

    cezardasilva committed Feb 14, 2017
    Copy the full SHA
    ba8ea84 View commit details

Commits on Sep 14, 2017

  1. Fix cson parse error

    ittus committed Sep 14, 2017
    Copy the full SHA
    de855f1 View commit details

Commits on Oct 17, 2017

  1. Merge pull request #2 from ittus/fix-cson-parse-errors

    Fix cson parse error
    cezardasilva authored Oct 17, 2017
    Copy the full SHA
    0c3cdf6 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 package.json
  2. +1 −1 snippets/vue-components.cson
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuejs-snippets",
"version": "0.0.51",
"version": "0.1.0",
"description": "VueJS Components Snippets for Atom",
"keywords": [
"vue",
2 changes: 1 addition & 1 deletion snippets/vue-components.cson
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
}
</script>
"""
'Vue Router':
'Vue Router':
'prefix': 'router'
'description': 'This snippet generates a Vue Router map function'
'body': """