SOURCE

console 命令行工具 X clear

                    
>
console
new Vue({
    template:'<i>{{text}}</i>',
    data(){
        return {
            text:'asdf'
        }
    }
}).$mount('#app')
<html>
    <body>
	<div id='app'>
        {{text}}
    </div>
</body>
</html>

本项目引用的自定义外部资源