1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| "Print to Vue": { "prefix": "vueinit", "body": ["<template src = './index,html'></template>$2", "$2", "<script lang = 'ts'>$2", "import { Route } from 'vue-router'$2", "import { Component, Emit, Prop, Vue ,Watch } from 'vue-property-decoractor'$2", "@Component({$2", " components: {$2", "$2", " },", "})$2", "export default class ___ extends Vue {$2", "$2", "$1", "}$2", "</script>$2", "$2", "<style lang = 'scss' src = './index.scss></style>$2", ], "description": "Print to vue" } }
|