peakchen90 / vue-beautify

vscode的一个vue格式化插件
https://marketplace.visualstudio.com/items?itemName=peakchen90.vue-beautify
25 stars 21 forks source link

Problem with using "import .... from ....." #19

Closed thearabbit closed 6 years ago

thearabbit commented 7 years ago
<script>
  import {
    Meteor
  } from 'meteor/meteor';

  export default {
    data() {
peakchen90 commented 6 years ago

@thearabbit I am sorry, this extension is no longer updated, please install vetur, which is a better extension of vue.