Vue03

在webstorm中新增vue模板:

<div id="app">

    <h1> {{message}}

<script src="../js/vue.js">

  let app =new Vue({

el:'#app',

      data: {

message:'hello'

      }

})

</script>

简单的模板源码。

步骤:

file----settings------editor------livetemplates-----vue。



abbreviation :为其增加快捷标签,description:描述。

template text:模板的源码。change:在何处使用。  expandwith:默认为tab快捷键,即 在html的body中写快捷标签,摁下tab即可直接呼出模板。

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。