标签:return ide home ack comm idt def bar 技术分享
前提:idea已经安装好了Vue.js插件
即:
1.command+,
2.
<template> <div> {{msg}} </div> </template> <style> body { background-color: #ff0000; } </style> <script> export default{ data () { return {msg: ‘这个是Home模板页‘} } } </script>
3.
标签:return ide home ack comm idt def bar 技术分享
原文地址:http://www.cnblogs.com/nannan0226/p/7536474.html